Searched refs:getI32Imm (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp60 /// getI32Imm - Return a target constant with the specified value, of type
62 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon10258::PPCDAGToDAGISel
452 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
453 getI32Imm(ME) };
474 getI32Imm(Imm & 0xFFFF)), 0);
478 getI32Imm(Imm & 0xFFFF)), 0);
490 getI32Imm(Imm >> 16)), 0);
492 getI32Imm(Imm & 0xFFFF)), 0);
498 getI32Imm(Im
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp229 SDValue Ops[] = { getI32Imm(isVolatile),
230 getI32Imm(codeAddrSpace),
231 getI32Imm(vecType),
232 getI32Imm(fromType),
233 getI32Imm(fromTypeWidth),
259 SDValue Ops[] = { getI32Imm(isVolatile),
260 getI32Imm(codeAddrSpace),
261 getI32Imm(vecType),
262 getI32Imm(fromType),
263 getI32Imm(fromTypeWidt
[all...]
H A DNVPTXISelDAGToDAG.h78 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon10245::NVPTXDAGToDAGISel
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp52 /// getI32Imm - Return a target constant with the specified value, of type
54 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon10326::XCoreDAGToDAGISel
164 SDValue MskSize = getI32Imm(32 - CountLeadingZeros_32(Val));
288 SDValue constOne = getI32Imm(1);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp88 // getI32Imm - Return a target constant with the specified value, of type i32.
89 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon10211::MBlazeDAGToDAGISel
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp81 /// getI32Imm - Return a target constant of type i32 with the specified
83 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon10131::ARMDAGToDAGISel
1166 Opc = getI32Imm(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal));
1967 Ops.push_back(getI32Imm(Lane));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp164 /// getI32Imm - Return a target constant with the specified value, of type
166 inline SDValue getI32Imm(uint32_t Imm) { function in class:__anon10179::SPUDAGToDAGISel
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp272 /// getI32Imm - Return a target constant with the specified value, of type
274 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon10313::X86DAGToDAGISel

Completed in 187 milliseconds