Searched refs:PtrOffset (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 109 T PtrOffset = static_cast<T>(PtrDiff); in getLineNumberSpecialized() local 113 return llvm::lower_bound(Offsets, PtrOffset) - Offsets.begin() + 1; in getLineNumberSpecialized()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 735 Value *PtrOffset = B.CreateSub(PtrAsInt, OffsetedGlobalAsInt); in lowerTypeTestCall() local 746 B.CreateLShr(PtrOffset, ConstantExpr::getZExt(TIL.AlignLog2, IntPtrTy)); in lowerTypeTestCall() 748 PtrOffset, ConstantExpr::getZExt( in lowerTypeTestCall()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 5829 int PtrOffset = 0) { in addOperands() argument 5836 addOffset(MIB, PtrOffset); in addOperands() 5843 if (i == 3 && PtrOffset != 0) { in addOperands() 5844 MIB.addDisp(MO, PtrOffset); in addOperands() 5911 int PtrOffset = 0) { in FuseInst() argument 5921 addOperands(MIB, MOs, PtrOffset); in FuseInst() 5969 int PtrOffset = SrcIdx * 4; in foldMemoryOperandCustom() local 5976 FuseInst(MF, NewOpCode, OpNum, MOs, InsertPt, MI, *this, PtrOffset); in foldMemoryOperandCustom()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 2358 SDValue PtrOffset = Ptr.getOperand(1); in SelectDSAppendConsume() local 2360 const APInt &OffsetVal = cast<ConstantSDNode>(PtrOffset)->getAPIntValue(); in SelectDSAppendConsume()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5579 APInt PtrOffset; in simplifyRelativeLoad() local 5580 if (!IsConstantOffsetFromGlobal(Ptr, PtrSym, PtrOffset, DL)) in simplifyRelativeLoad() 5626 PtrSym != LoadedRHSSym || PtrOffset != LoadedRHSOffset) in simplifyRelativeLoad()
|