Home
last modified time | relevance | path

Searched defs:Insts (Results 1 – 25 of 41) sorted by relevance

12

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h3190 template <typename TraitsType> struct Insts { struct
3191 using GetIP = typename InstImpl<TraitsType>::InstX86GetIP;
3192 using FakeRMW = typename InstImpl<TraitsType>::InstX86FakeRMW;
3193 using Label = typename InstImpl<TraitsType>::InstX86Label;
3195 using Call = typename InstImpl<TraitsType>::InstX86Call;
3197 using Br = typename InstImpl<TraitsType>::InstX86Br;
3198 using Jmp = typename InstImpl<TraitsType>::InstX86Jmp;
3199 using Bswap = typename InstImpl<TraitsType>::InstX86Bswap;
3200 using Neg = typename InstImpl<TraitsType>::InstX86Neg;
3201 using Bsf = typename InstImpl<TraitsType>::InstX86Bsf;
[all …]
DIceCfg.cpp684 auto &Insts = PreHeader->getInsts(); in loopInvariantCodeMotion() local
707 CfgVector<std::reference_wrapper<Inst>> Insts(Node->getInsts().begin(), in findLoopInvariantInstructions() local
873 auto &Insts = Node->getInsts(); in floatConstantCSE() local
911 uint32_t CombinedAlignment, InstList &Insts, in sortAndCombineAllocas()
1091 InstList &Insts = getEntryNode()->getInsts(); in processAllocas() local
1241 CfgVector<const Inst *> *Insts, SizeT I = 0) { in findAllInserts()
1336 const CfgVector<const Inst *> &Insts, Variable **Src0, in findAllExtracts()
DIceCfgNode.h147 InstList Insts; /// ordered list of non-phi instructions variable
DIceVariableSplitting.cpp521 auto &Insts = Node->getInsts(); in splitBlockLocalVariables() local
/external/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.h59 InstSeq Insts; variable
DMipsAnalyzeImmediate.cpp106 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp278 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local
290 std::unique_ptr<CodeGenInstruction>> &Insts, in GetInstByName()
307 const auto &Insts = getInstructions(); in ComputeInstrsByEnum() local
346 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in reverseBitsForLittleEndianEncoding() local
DCodeEmitterGen.cpp224 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
DPseudoLoweringEmitter.cpp279 std::vector<Record*> Insts; in run() local
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenTarget.cpp218 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local
229 const DenseMap<const Record*, CodeGenInstruction*> &Insts, in GetInstByName()
272 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions(); in ComputeInstrsByEnum() local
DCodeEmitterGen.cpp33 void CodeEmitterGen::reverseBits(std::vector<Record*> &Insts) { in reverseBits()
212 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
DPseudoLoweringEmitter.cpp227 std::vector<Record*> Insts; in run() local
DFixedLenDecoderEmitter.cpp252 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in FilterChooser()
265 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in FilterChooser()
DARMDecoderEmitter.cpp387 ARMFilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in ARMFilterChooser()
397 ARMFilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in ARMFilterChooser()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSSAUpdater.h140 const SmallVectorImpl<Instruction*> &Insts) const { in isInstInList()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMCFunction.h49 std::vector<MCDecodedInst> Insts; variable
/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp381 Instructions &Insts = Entry.second; in mergeSExts() local
DAArch64A57FPLoadBalancing.cpp198 std::set<MachineInstr*> Insts; member in __anon1c3805880211::Chain
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp382 &Insts) { in TestInsts()
529 std::vector<const Instruction*> Insts; in DebugACrash() local
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp457 &Insts) { in TestInsts()
712 std::vector<const Instruction*> Insts; in ReduceInsts() local
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp325 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts, in LoadAndStorePromoter()
DLoopUtils.cpp461 Instruction *I, SmallPtrSetImpl<Instruction *> &Insts) { in hasMultipleUsesOf()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSSAUpdater.cpp360 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts, in LoadAndStorePromoter()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLICM.cpp621 const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, in LoopPromoter()
DScalarReplAggregates.cpp930 AllocaPromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, in AllocaPromoter()
934 void run(AllocaInst *AI, const SmallVectorImpl<Instruction*> &Insts) { in run()
1299 SmallVector<Instruction*, 64> Insts; in performPromotion() local

12