Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenTarget.cpp267 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local
279 std::unique_ptr<CodeGenInstruction>> &Insts, in GetInstByName()
301 const auto &Insts = getInstructions(); in ComputeInstrsByEnum() local
340 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in reverseBitsForLittleEndianEncoding() local
DCodeEmitterGen.cpp225 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
DPseudoLoweringEmitter.cpp279 std::vector<Record*> Insts; in run() local
DFixedLenDecoderEmitter.cpp340 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in FilterChooser()
351 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in FilterChooser()
DAsmWriterEmitter.cpp88 static void EmitInstructions(std::vector<AsmWriterInst> &Insts, in EmitInstructions()
/external/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.h59 InstSeq Insts; variable
DMipsAnalyzeImmediate.cpp106 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp382 Instructions &Insts = Entry.second; in mergeSExts() local
DAArch64A57FPLoadBalancing.cpp194 std::set<MachineInstr*> Insts; member in __anon32224d0b0211::Chain
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp379 &Insts) { in TestInsts()
526 std::vector<const Instruction*> Insts; in DebugACrash() local
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp325 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts, in LoadAndStorePromoter()
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1055 AllocaPromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, in AllocaPromoter()
1059 void run(AllocaInst *AI, const SmallVectorImpl<Instruction*> &Insts) { in run()
1424 SmallVector<Instruction*, 64> Insts; in performPromotion() local
DLoopUnswitch.cpp310 UnswitchedValsMap &Insts = OldLoopProps.UnswitchedVals; in cloneData() local
DLICM.cpp717 LoopPromoter(Value *SP, const SmallVectorImpl<Instruction *> &Insts, in LoopPromoter()
DSROA.cpp1091 AllocaPromoter(const SmallVectorImpl<Instruction *> &Insts, SSAUpdater &S, in AllocaPromoter()
1095 void run(const SmallVectorImpl<Instruction *> &Insts) { in run()
4372 SmallVector<Instruction *, 64> Insts; in promoteAllocas() local
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp873 SmallVector<Instruction *, 4> Insts; in getInstructionsForAccess() local
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp184 SmallVector<InstInfo, 4> Insts; member
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4033 SmallPtrSetImpl<Instruction *> &Insts) { in hasMultipleUsesOf()