Searched defs:NewLd (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 176 LoadInst *NewLd = IRB.CreateAlignedLoad(IRB.getInt32Ty(), NewPtr, Align(4)); visitLoadInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 194 LoadInst *NewLd = nullptr; global() member in __anone0ce2a9b0111::WidenedLoad
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 12058 SDValue NewLd = DAG.getLoad( visitMLOAD() local 12078 SDValue NewLd = DAG.getLoadVP( visitVP_STRIDED_LOAD() local 24244 SDValue NewLd = DAG.getLoad(VT, DL, Ld->getChain(), NewAddr, MMO); narrowExtractedVectorLoad() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6861 SDValue NewLd = EltsFromConsecutiveLoads() local 24562 SDValue NewLd = DAG.getLoad(MVT::i8, dl, Ld->getChain(), Ld->getBasePtr(), LowerLoad() local 50629 SDValue NewLd = DAG.getLoad(MVT::f64, LdDL, Ld->getChain(), combineStore() local 56134 SDValue NewLd = DAG.getLoad(MVT::x86mmx, SDLoc(N), LN->getChain(), combineMOVDQ2Q() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11588 SDValue NewLd = DAG.getMemIntrinsicNode( LowerFP_EXTEND() local
|