Home
last modified time | relevance | path

Searched refs:LDInst (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp118 auto *LDInst = new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", in BPFPreserveDITypeImpl() local
121 BPFCoreSharedInfo::insertPassThrough(M, BB, LDInst, Call); in BPFPreserveDITypeImpl()
H A DBPFAbstractMemberAccess.cpp1085 LoadInst *LDInst; in transformGEPChain() local
1087 LDInst = new LoadInst(Type::getInt32Ty(BB->getContext()), GV, "", in transformGEPChain()
1090 LDInst = new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", in transformGEPChain()
1094 BPFCoreSharedInfo::insertPassThrough(M, BB, LDInst, Call); in transformGEPChain()
1109 auto *LDInst = new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", in transformGEPChain() local
1114 LDInst); in transformGEPChain()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td341 def LDriw_pred : LDInst<(outs PredRegs:$dst),
348 def LDriw_ctr : LDInst<(outs CtrRegs:$dst),
569 def NAME#_pci : LDInst<(outs RC:$Rd32, IntRegs:$Rx32),
574 def NAME#_pcr : LDInst<(outs RC:$Rd32, IntRegs:$Rx32),
H A DHexagonInstrFormats.td208 class LDInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],