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

/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp98 /// getI32Imm - Return a target constant with the specified value, of type
100 inline SDValue getI32Imm(unsigned Imm, SDLoc dl) { function in class:__anon12715::PPCDAGToDAGISel
587 SDValue Ops[] = { Op0, Op1, getI32Imm(SH, dl), getI32Imm(MB, dl),
588 getI32Imm(ME, dl) };
715 auto getI32Imm = [CurDAG, dl](unsigned Imm) { local
722 Result = CurDAG->getMachineNode(PPC::LI8, dl, MVT::i64, getI32Imm(Lo));
726 Result = CurDAG->getMachineNode(OpC, dl, MVT::i64, getI32Imm(Hi));
729 SDValue(Result, 0), getI32Imm(Lo));
732 Result = CurDAG->getMachineNode(PPC::LIS8, dl, MVT::i64, getI32Imm(H
1257 SDValue getI32Imm(unsigned Imm, SDLoc dl) { function in class:__anon12716::BitPermutationSelector
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp749 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
750 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
751 getI32Imm(fromTypeWidth, dl), Addr, Chain };
777 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
778 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
779 getI32Imm(fromTypeWidt
[all...]
H A DNVPTXISelDAGToDAG.h74 inline SDValue getI32Imm(unsigned Imm, SDLoc DL) { function in class:__anon12686::NVPTXDAGToDAGISel
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp48 /// getI32Imm - Return a target constant with the specified value, of type
50 inline SDValue getI32Imm(unsigned Imm, SDLoc dl) { function in class:__anon12833::XCoreDAGToDAGISel
142 SDValue MskSize = getI32Imm(32 - countLeadingZeros((uint32_t)Val), dl);
260 SDValue constOne = getI32Imm(1, dl);
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp85 /// getI32Imm - Return a target constant of type i32 with the specified
87 inline SDValue getI32Imm(unsigned Imm, SDLoc dl) { function in class:__anon12522::ARMDAGToDAGISel
2177 Ops.push_back(getI32Imm(Lane, dl));
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp369 inline SDValue getI32Imm(unsigned Imm, SDLoc DL) { function in class:__anon12815::final

Completed in 110 milliseconds