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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp61 /// getI32Imm - Return a target constant with the specified value, of type
63 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon18812::PPCDAGToDAGISel
436 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
437 getI32Imm(ME) };
458 getI32Imm(Imm & 0xFFFF)), 0);
462 getI32Imm(Imm & 0xFFFF)), 0);
474 getI32Imm(Imm >> 16)), 0);
476 getI32Imm(Imm & 0xFFFF)), 0);
482 getI32Imm(Im
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp92 /// getI32Imm - Return a target constant with the specified value, of type
94 inline SDValue getI32Imm(unsigned Imm, const SDLoc &dl) { function in class:__anon13124::PPCDAGToDAGISel
581 SDValue Ops[] = { Op0, Op1, getI32Imm(SH, dl), getI32Imm(MB, dl),
582 getI32Imm(ME, dl) };
711 auto getI32Imm = [CurDAG, dl](unsigned Imm) { local
718 Result = CurDAG->getMachineNode(PPC::LI8, dl, MVT::i64, getI32Imm(Lo));
722 Result = CurDAG->getMachineNode(OpC, dl, MVT::i64, getI32Imm(Hi));
725 SDValue(Result, 0), getI32Imm(Lo));
728 Result = CurDAG->getMachineNode(PPC::LIS8, dl, MVT::i64, getI32Imm(H
1253 SDValue getI32Imm(unsigned Imm, const SDLoc &dl) { function in class:__anon13125::BitPermutationSelector
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp764 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
765 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
766 getI32Imm(fromTypeWidth, dl), Addr, Chain };
792 SDValue Ops[] = { getI32Imm(isVolatile, dl), getI32Imm(codeAddrSpace, dl),
793 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
794 getI32Imm(fromTypeWidt
[all...]
H A DNVPTXISelDAGToDAG.h73 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) { function in class:llvm::NVPTXDAGToDAGISel
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp47 /// getI32Imm - Return a target constant with the specified value, of type
49 inline SDValue getI32Imm(unsigned Imm, const SDLoc &dl) { function in class:__anon13257::XCoreDAGToDAGISel
141 SDValue MskSize = getI32Imm(32 - countLeadingZeros((uint32_t)Val), dl);
267 SDValue constOne = getI32Imm(1, dl);
/external/swiftshader/third_party/LLVM/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:__anon18882::XCoreDAGToDAGISel
163 SDValue MskSize = getI32Imm(32 - CountLeadingZeros_32(Val));
287 SDValue constOne = getI32Imm(1);
/external/swiftshader/third_party/LLVM/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:__anon18777::MBlazeDAGToDAGISel
/external/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp85 // getI32Imm - Return a target constant with the specified value, of type i32.
86 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) { function in class:__anon13044::LanaiDAGToDAGISel
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp89 // getI32Imm - Return a target constant with the specified
91 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon18797::MipsDAGToDAGISel
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp113 /// getI32Imm - Return a target constant with the specified value, of type
115 inline SDValue getI32Imm(uint64_t Imm) { function in class:__anon18827::SystemZDAGToDAGISel
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp79 /// getI32Imm - Return a target constant of type i32 with the specified
81 inline SDValue getI32Imm(unsigned Imm, const SDLoc &dl) { function in class:__anon12904::ARMDAGToDAGISel
2185 Ops.push_back(getI32Imm(Lane, dl));
3384 Ops.push_back(getI32Imm(cast<ConstantSDNode>(N->getOperand(2))->getZExtValue(), dl)); /* coproc */
3385 Ops.push_back(getI32Imm(cast<ConstantSDNode>(N->getOperand(3))->getZExtValue(), dl)); /* opc */
3386 Ops.push_back(getI32Imm(cast<ConstantSDNode>(N->getOperand(4))->getZExtValue(), dl)); /* CRm */
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp86 /// getI32Imm - Return a target constant of type i32 with the specified
88 inline SDValue getI32Imm(unsigned Imm) { function in class:__anon18709::ARMDAGToDAGISel
1169 Opc = getI32Imm(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal));
1906 Ops.push_back(getI32Imm(Lane));
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp168 /// getI32Imm - Return a target constant with the specified value, of type
170 inline SDValue getI32Imm(uint32_t Imm) { function in class:__anon18759::SPUDAGToDAGISel
/external/swiftshader/third_party/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:__anon18873::X86DAGToDAGISel
H A DX86GenDAGISel.inc[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp368 inline SDValue getI32Imm(unsigned Imm, const SDLoc &DL) { function in class:__anon13237::final

Completed in 471 milliseconds