Home
last modified time | relevance | path

Searched defs:Offset2 (Results 1 – 24 of 24) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1446 areLoadsFromSameBasePtr(SDNode * Load1,SDNode * Load2,int64_t & Offset1,int64_t & Offset2) areLoadsFromSameBasePtr() argument
1459 shouldScheduleLoadsNear(SDNode * Load1,SDNode * Load2,int64_t Offset1,int64_t Offset2,unsigned NumLoads) shouldScheduleLoadsNear() argument
1564 shouldClusterMemOps(ArrayRef<const MachineOperand * > BaseOps1,int64_t Offset1,bool OffsetIsScalable1,ArrayRef<const MachineOperand * > BaseOps2,int64_t Offset2,bool OffsetIsScalable2,unsigned ClusterSize,unsigned NumBytes) shouldClusterMemOps() argument
/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp400 int64_t Offset1, Offset2; in ConsecutiveInstr() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1369 Value *Offset2 = Second->getOperand(1); in swapGEPOperand() local
H A DConstraintElimination.cpp667 int64_t Offset2 = BDec.Offset; getConstraint() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp247 int64_t Offset1, Offset2; in ClusterNeighboringLoads() local
/llvm-project/llvm/lib/IR/
H A DValue.cpp1033 APInt Offset2(DL.getIndexTypeSizeInBits(Ptr2->getType()), 0); in getPointerOffsetFrom() local
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp677 APInt Offset2(DL.getIndexTypeSizeInBits(Load2Ptr->getType()), 0); foldLoadsRecursive() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp970 SymbolRef Offset2, in invalidateIteratorPositions()
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1898 int64_t Offset2 = (MCID.TSFlags & SystemZII::Is128Bit ? Offset + 8 : Offset); getOpcodeForOffset() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4277 shouldClusterFI(const MachineFrameInfo & MFI,int FI1,int64_t Offset1,unsigned Opcode1,int FI2,int64_t Offset2,unsigned Opcode2) shouldClusterFI() argument
4348 int64_t Offset2 = SecondLdSt.getOperand(2).getImm(); shouldClusterMemOps() local
H A DAArch64ISelLowering.cpp22396 TypeSize Offset2 = TypeSize::getFixed(2); combineV3I8LoadExt() local
22680 TypeSize Offset2 = TypeSize::getFixed(2); combineI8TruncStore() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2681 shouldClusterMemOps(ArrayRef<const MachineOperand * > BaseOps1,int64_t Offset1,bool OffsetIsScalable1,ArrayRef<const MachineOperand * > BaseOps2,int64_t Offset2,bool OffsetIsScalable2,unsigned ClusterSize,unsigned NumBytes) const shouldClusterMemOps() argument
H A DRISCVISelLowering.cpp19482 unsigned Offset2 = State.AllocateStack(2, Align(2)); CC_RISCV_FastCC() local
/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp863 int64_t Offset1, Offset2; addLoopCarriedDependences() local
H A DCodeGenPrepare.cpp2409 uint64_t Offset2 = Offset.getLimitedValue(); optimizeCallInst() local
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c1820 long long Offset2 = clang_Cursor_getOffsetOfField(cursor); in PrintTypeSize() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2930 int64_t Offset1 = 0, Offset2 = 0; shouldClusterMemOps() local
H A DPPCISelLowering.cpp13839 int64_t Offset1 = 0, Offset2 = 0; isConsecutiveLSLoc() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1234 const APInt *Offset1 = nullptr, *Offset2 = nullptr; foldAndOrOfICmpsUsingRanges() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2016 shouldScheduleLoadsNear(SDNode * Load1,SDNode * Load2,int64_t Offset1,int64_t Offset2,unsigned NumLoads) const shouldScheduleLoadsNear() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8778 shouldScheduleLoadsNear(SDNode * Load1,SDNode * Load2,int64_t Offset1,int64_t Offset2,unsigned NumLoads) const shouldScheduleLoadsNear() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp553 shouldClusterMemOps(ArrayRef<const MachineOperand * > BaseOps1,int64_t Offset1,bool OffsetIsScalable1,ArrayRef<const MachineOperand * > BaseOps2,int64_t Offset2,bool OffsetIsScalable2,unsigned ClusterSize,unsigned NumBytes) const shouldClusterMemOps() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6983 std::optional<APInt> Offset2; tryFoldAndOrOrICmpsUsingRanges() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5950 int Offset2 = Pair2.second; canFormVector() local