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.cpp119 auto *LDInst = new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", in BPFPreserveDITypeImpl() local
122 BPFCoreSharedInfo::insertPassThrough(M, BB, LDInst, Call); in BPFPreserveDITypeImpl()
H A DBPFAbstractMemberAccess.cpp1093 LoadInst *LDInst; in transformGEPChain() local
1095 LDInst = new LoadInst(Type::getInt32Ty(BB->getContext()), GV, "", in transformGEPChain()
1098 LDInst = new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", in transformGEPChain()
1102 BPFCoreSharedInfo::insertPassThrough(M, BB, LDInst, Call); in transformGEPChain()
1119 auto *LDInst = new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", in transformGEPChain() local
1129 BCInst, 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 = [],