Searched refs:SetOfInstrs (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 244 using SetOfInstrs = SmallPtrSet<Instruction *, 16>; typedef 276 SetOfInstrs InsertedInsts; 283 SetOfInstrs RemovedInsts; 1531 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression() 2680 SetOfInstrs &RemovedInsts; 2687 InstructionRemover(Instruction *Inst, SetOfInstrs &RemovedInsts, in InstructionRemover() 2721 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction() 2766 SetOfInstrs &RemovedInsts; 2868 const SetOfInstrs &InsertedInsts; 2892 ExtAddrMode &AM, const SetOfInstrs &InsertedInsts, in AddressingModeMatcher() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 287 using SetOfInstrs = SmallPtrSet<Instruction *, 16>; typedef 320 SetOfInstrs InsertedInsts; 327 SetOfInstrs RemovedInsts; 1850 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression() 3053 SetOfInstrs &RemovedInsts; 3060 InstructionRemover(Instruction *Inst, SetOfInstrs &RemovedInsts, in InstructionRemover() 3094 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction() 3141 SetOfInstrs &RemovedInsts; 3245 const SetOfInstrs &InsertedInsts; 3271 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() [all …]
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 122 typedef SmallPtrSet<Instruction *, 16> SetOfInstrs; typedef 144 SetOfInstrs InsertedInsts; 2600 const SetOfInstrs &InsertedInsts; 2613 const SetOfInstrs &InsertedInsts, in AddressingModeMatcher() 2637 const SetOfInstrs &InsertedInsts, in Match() 2856 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts, 2926 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction()
|