Home
last modified time | relevance | path

Searched refs:GEPInst (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2263 auto &GEPInst = cast<GetElementPtrInst>(I); in writeInstruction() local
2264 Vals.push_back(GEPInst.isInBounds()); in writeInstruction()
2265 Vals.push_back(getTypeID(GEPInst.getSourceElementType())); in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp2094 auto GEPInst = MIRBuilder.buildIntrinsic( in buildEnqueueKernel() local
2096 GEPInst in buildEnqueueKernel()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3172 GetElementPtrInst *GEPInst = unwrap<GetElementPtrInst>(GEP); in LLVMGEPSetNoWrapFlags() local
3173 GEPInst->setNoWrapFlags(mapFromLLVMGEPNoWrapFlags(NoWrapFlags)); in LLVMGEPSetNoWrapFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3769 if (const GetElementPtrInst *GEPInst = dyn_cast<GetElementPtrInst>(U)) { in shouldConsiderAddressTypePromotion() local
3774 if (GEPInst->getNumOperands() > 2) { in shouldConsiderAddressTypePromotion()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3005 auto &GEPInst = cast<GetElementPtrInst>(I); in writeInstruction() local
3007 Vals.push_back(VE.getTypeID(GEPInst.getSourceElementType())); in writeInstruction()