Searched defs:getSmallIPtrImm (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp174 /// getSmallIPtrImm - Return a target constant of pointer type.
175 inline SDValue getSmallIPtrImm(unsigned Imm) { function in class:__anon22854::SPUDAGToDAGISel
282 Op1 = getSmallIPtrImm(0);
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp73 /// getSmallIPtrImm - Return a target constant of pointer type.
74 inline SDValue getSmallIPtrImm(unsigned Imm) { function in class:__anon22907::PPCDAGToDAGISel
830 getSmallIPtrImm(0));
832 getSmallIPtrImm(0));
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp104 /// getSmallIPtrImm - Return a target constant of pointer type.
105 inline SDValue getSmallIPtrImm(unsigned Imm, const SDLoc &dl) { function in class:__anon14477::PPCDAGToDAGISel
463 getSmallIPtrImm(Offset, dl));
466 getSmallIPtrImm(Offset, dl)));

Completed in 176 milliseconds