Home
last modified time | relevance | path

Searched defs:Const32 (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Dcode_ir.h131 struct Const32 : public Operand { struct
138 explicit Const32(dex::u4 value) { u.u4_value = value; } in Const32() function
140 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp1230 const ConstantInt *Const32 = ConstantInt::get(Int32Ty, 32); in trySelect() local
H A DMipsISelLowering.cpp2726 SDValue Const32 = DAG.getConstant(32, DL, MVT::i32); in lowerLOAD() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp1336 const ConstantInt *Const32 = ConstantInt::get(Int32Ty, 32); in trySelect() local
H A DMipsISelLowering.cpp2736 SDValue Const32 = DAG.getConstant(32, DL, MVT::i32); in lowerLOAD() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2381 const SDValue Const32 = DAG.getConstant(32, SL, MVT::i32); in LowerCTLZ_CTTZ() local
2399 const SDValue Const32 = DAG.getConstant(32, SL, MVT::i32); in LowerCTLZ_CTTZ() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp2734 auto *Const32 = llvm::dyn_cast<ConstantInteger32>(Src1); in lowerArithmetic() local
2749 auto *Const32 = llvm::dyn_cast<ConstantInteger32>(Src1); in lowerArithmetic() local
H A DIceInstX8664.cpp2580 } else if (const auto *Const32 = llvm::dyn_cast<ConstantInteger32>(Src)) { in emitIAS() local
H A DIceInstX8632.cpp2653 } else if (const auto *Const32 = llvm::dyn_cast<ConstantInteger32>(Src)) { in emitIAS() local
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2320 SDValue Const32 = DAG.getConstant(32, DL, MVT::i32); in lowerLOAD() local