Home
last modified time | relevance | path

Searched refs:buildIntToPtr (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DLegalizerHelperTest.cpp2362 auto IntToPtrP0 = B.buildIntToPtr(P0, Copies[0]); in TEST_F()
2363 auto IntToPtrP1 = B.buildIntToPtr(P1, TruncS32); in TEST_F()
2535 auto IntToPtr = B.buildIntToPtr(P0, Copies[0]); in TEST_F()
3069 auto Ptr0 = B.buildIntToPtr(P0, Copies[0]); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h534 MachineInstrBuilder buildIntToPtr(const DstOp &Dst, const SrcOp &Src) { in buildIntToPtr() function
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h631 MachineInstrBuilder buildIntToPtr(const DstOp &Dst, const SrcOp &Src) { in buildIntToPtr() function
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp3127 Builder.buildIntToPtr(MI.getOperand(0), MI.getOperand(2)); in applyPtrAddZero()
DLegalizerHelper.cpp1429 MIRBuilder.buildIntToPtr(DstReg, ResultReg); in widenScalarMergeValues()
5588 MIRBuilder.buildIntToPtr(DstReg, ResultReg); in lowerMergeValues()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp1221 MIRBuilder.buildIntToPtr(DstReg, ResultReg); in widenScalarMergeValues()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp2302 B.buildIntToPtr(DstReg, Sz); in legalizeGlobalValue()