Searched defs:getI32Imm (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h71 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon22367::NVPTXDAGToDAGISel
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp50 /// getI32Imm - Return a target constant with the specified value, of type
52 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon22501::XCoreDAGToDAGISel
118 SDValue MskSize = getI32Imm(32 - countLeadingZeros((uint32_t)Val));
237 SDValue constOne = getI32Imm(1);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp72 /// getI32Imm - Return a target constant with the specified value, of type
74 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon22386::PPCDAGToDAGISel
461 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
462 getI32Imm(ME) };
483 getI32Imm(Imm & 0xFFFF)), 0);
487 getI32Imm(Imm & 0xFFFF)), 0);
499 getI32Imm(Imm >> 16)), 0);
501 getI32Imm(Imm & 0xFFFF)), 0);
507 getI32Imm(Im
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp82 /// getI32Imm - Return a target constant of type i32 with the specified
84 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon22287::ARMDAGToDAGISel
1265 Opc = getI32Imm(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal));
2100 Ops.push_back(getI32Imm(Lane));
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp269 /// getI32Imm - Return a target constant with the specified value, of type
271 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon22484::X86DAGToDAGISel

Completed in 254 milliseconds