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

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h77 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon25225::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:__anon25373::XCoreDAGToDAGISel
143 SDValue MskSize = getI32Imm(32 - countLeadingZeros((uint32_t)Val));
261 SDValue constOne = getI32Imm(1);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp80 /// getI32Imm - Return a target constant with the specified value, of type
82 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon25249::PPCDAGToDAGISel
482 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
483 getI32Imm(ME) };
504 getI32Imm(Imm & 0xFFFF)), 0);
508 getI32Imm(Imm & 0xFFFF)), 0);
520 getI32Imm(Imm >> 16)), 0);
522 getI32Imm(Imm & 0xFFFF)), 0);
528 getI32Imm(Im
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp84 /// getI32Imm - Return a target constant of type i32 with the specified
86 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon25136::ARMDAGToDAGISel
1252 Opc = getI32Imm(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal));
2143 Ops.push_back(getI32Imm(Lane));
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp279 /// getI32Imm - Return a target constant with the specified value, of type
281 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon25355::final

Completed in 159 milliseconds