Searched defs:Load1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1223 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, argument
1237 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1676 SDValue Load1 = DAG.getLoad(SingleTy, dl, Chain, Base1, MOp1); local
H A DHexagonISelLowering.cpp2926 SDValue Load1 = DAG.getLoad(LoadTy, dl, Chain, Base1, WideMMO); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1161 auto Load1 = B.buildLoadFromOffset(Part32, PtrReg, *MMO, 8); local
H A DSIInstrInfo.cpp156 bool SIInstrInfo::areLoadsFromSameBasePtr(SDNode *Load0, SDNode *Load1, argument
510 shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1, int64_t Offset0, int64_t Offset1, unsigned NumLoads) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1891 bool ARMBaseInstrInfo::areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, argument
1972 bool ARMBaseInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNod argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp6432 X86InstrInfo::areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, argument
6630 bool X86InstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, argument

Completed in 276 milliseconds