Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/BPF/
DBPFPreserveDIType.cpp102 auto *LDInst = in BPFPreserveDITypeImpl() local
105 BPFCoreSharedInfo::insertPassThrough(M, BB, LDInst, Call); in BPFPreserveDITypeImpl()
DBPFAbstractMemberAccess.cpp1010 LoadInst *LDInst; in transformGEPChain() local
1012 LDInst = new LoadInst(Type::getInt32Ty(BB->getContext()), GV, "", Call); in transformGEPChain()
1014 LDInst = new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", Call); in transformGEPChain()
1017 BPFCoreSharedInfo::insertPassThrough(M, BB, LDInst, Call); in transformGEPChain()
1034 auto *LDInst = new LoadInst(Type::getInt64Ty(BB->getContext()), GV, "", Call); in transformGEPChain() local
1042 BCInst, LDInst); in transformGEPChain()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp876 auto *LDInst = new LoadInst(Type::getInt32Ty(BB->getContext()), GV); in transformGEPChain() local
877 BB->getInstList().insert(Call->getIterator(), LDInst); in transformGEPChain()
878 Call->replaceAllUsesWith(LDInst); in transformGEPChain()
894 auto *LDInst = new LoadInst(Type::getInt64Ty(BB->getContext()), GV); in transformGEPChain() local
895 BB->getInstList().insert(Call->getIterator(), LDInst); in transformGEPChain()
903 BCInst, LDInst); in transformGEPChain()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td210 class LDInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
217 : LDInst<outs, ins, asmstr, pattern, cstr>;
221 : LDInst<outs, ins, asmstr, pattern, cstr>;
227 : LDInst<outs, ins, asmstr, pattern, cstr>;
423 : LDInst<outs, ins, asmstr, pattern, cstr>;
428 : LDInst<outs, ins, asmstr, pattern, cstr>;
DHexagonInstrInfoV60.td949 def LDriq_pred_V6 : LDInst<(outs VecPredRegs:$dst),
954 def LDriq_pred_vec_V6 : LDInst<(outs VectorRegs:$dst),
959 def LDriq_pred_V6_128B : LDInst<(outs VecPredRegs128B:$dst),
964 def LDriq_pred_vec_V6_128B : LDInst<(outs VectorRegs128B:$dst),
1003 def LDriv_pseudo_V6 : LDInst<(outs VectorRegs:$dst),
1008 def LDriv_pseudo_V6_128B : LDInst<(outs VectorRegs128B:$dst),
1017 def LDrivv_pseudo_V6 : LDInst<(outs VecDblRegs:$dst),
1022 def LDrivv_pseudo_V6_128B : LDInst<(outs VecDblRegs128B:$dst),
DHexagonInstrInfoV5.td75 def FCONST32_nsdata : LDInst<(outs IntRegs:$dst), (ins globaladdress:$global),
82 def CONST64_Float_Real : LDInst<(outs DoubleRegs:$dst), (ins f64imm:$src1),
88 def CONST32_Float_Real : LDInst<(outs IntRegs:$dst), (ins f32imm:$src1),
DHexagonInstrInfo.td1639 : LDInst<(outs RC:$dst), (ins IntRegs:$src1, ImmOp:$offset),
1671 : LDInst<(outs RC:$dst),
1756 : LDInst<(outs DoubleRegs:$dst),
1864 : LDInst <(outs RC:$dst, IntRegs:$dst2),
2028 def LDriw_pred : LDInst<(outs PredRegs:$dst),
2034 def LDriw_mod : LDInst<(outs ModRegs:$dst),
2039 def L2_deallocframe : LDInst<(outs), (ins),
2052 : LDInst <(outs RC:$dst, IntRegs:$_dst_),
2099 : LDInst <(outs DoubleRegs:$dst, IntRegs:$_dst_),
2241 : LDInst
DHexagonInstrInfoV4.td397 LDInst<(outs RC:$dst1, IntRegs:$dst2),
450 : LDInst <(outs RC:$dst), (ins IntRegs:$src1, u2Imm:$src2, u6Ext:$src3),
539 LDInst<(outs RC:$dst), (ins IntRegs:$src1, IntRegs:$src2, u2Imm:$u2),
565 LDInst <(outs RC:$dst),
3649 : LDInst <(outs RC:$dst), (ins ImmOp:$addr),
3697 : LDInst <(outs RC:$dst), (ins PredRegs:$src1, u32MustExt:$absaddr),
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonPseudo.td319 def LDriw_pred : LDInst<(outs PredRegs:$dst),
326 def LDriw_ctr : LDInst<(outs CtrRegs:$dst),
531 def NAME#_pci : LDInst<(outs RC:$Rd32, IntRegs:$Rx32),
536 def NAME#_pcr : LDInst<(outs RC:$Rd32, IntRegs:$Rx32),
DHexagonInstrFormats.td202 class LDInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonPseudo.td319 def LDriw_pred : LDInst<(outs PredRegs:$dst),
326 def LDriw_ctr : LDInst<(outs CtrRegs:$dst),
530 def NAME#_pci : LDInst<(outs RC:$Rd32, IntRegs:$Rx32),
534 def NAME#_pcr : LDInst<(outs RC:$Rd32, IntRegs:$Rx32),
DHexagonInstrFormats.td197 class LDInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],