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

/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:__anon26087::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/NVPTX/
H A DNVPTXISelDAGToDAG.cpp478 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
479 getI32Imm(vecType), getI32Imm(fromType),
480 getI32Imm(fromTypeWidth), Addr, Chain };
507 SDValue Ops[] = { getI32Imm(isVolatile), getI32Imm(codeAddrSpace),
508 getI32Imm(vecType), getI32Imm(fromType),
509 getI32Imm(fromTypeWidt
[all...]
H A DNVPTXISelDAGToDAG.h77 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon26063::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:__anon26211::XCoreDAGToDAGISel
143 SDValue MskSize = getI32Imm(32 - countLeadingZeros((uint32_t)Val));
261 SDValue constOne = getI32Imm(1);
/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:__anon25974::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:__anon26193::final

Completed in 97 milliseconds