Home
last modified time | relevance | path

Searched refs:HInst (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonDepInstrInfo.td13 def A2_abs : HInst<
24 def A2_absp : HInst<
33 def A2_abssat : HInst<
45 def A2_add : HInst<
61 def A2_addh_h16_hh : HInst<
73 def A2_addh_h16_hl : HInst<
85 def A2_addh_h16_lh : HInst<
97 def A2_addh_h16_ll : HInst<
109 def A2_addh_h16_sat_hh : HInst<
122 def A2_addh_h16_sat_hl : HInst<
[all …]
DHexagonInstrFormats.td190 class HInst<dag outs, dag ins, string asmstr, InstrItinClass itin, IType type> :
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp957 Instruction *HInst = NULL; in SpeculativelyExecuteBB() local
966 if (HInst) in SpeculativelyExecuteBB()
968 HInst = I; in SpeculativelyExecuteBB()
970 if (!HInst) in SpeculativelyExecuteBB()
999 switch (HInst->getOpcode()) { in SpeculativelyExecuteBB()
1004 if (HInst->getType()->isVectorTy()) in SpeculativelyExecuteBB()
1014 if (HInst->getType()->isVectorTy()) in SpeculativelyExecuteBB()
1020 if (HInst->use_empty()) { in SpeculativelyExecuteBB()
1021 HInst->eraseFromParent(); in SpeculativelyExecuteBB()
1034 for (Value::use_iterator UI = HInst->use_begin(), E = HInst->use_end(); in SpeculativelyExecuteBB()
[all …]