Searched defs:Insts (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.h | 59 InstSeq Insts; variable
|
D | MipsAnalyzeImmediate.cpp | 105 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 250 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local 261 const DenseMap<const Record*, CodeGenInstruction*> &Insts, in GetInstByName() 307 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions(); in ComputeInstrsByEnum() local
|
D | CodeEmitterGen.cpp | 56 void CodeEmitterGen::reverseBits(std::vector<Record*> &Insts) { in reverseBits() 235 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
|
D | PseudoLoweringEmitter.cpp | 274 std::vector<Record*> Insts; in run() local
|
D | FixedLenDecoderEmitter.cpp | 345 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in FilterChooser() 358 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in FilterChooser()
|
D | AsmWriterEmitter.cpp | 81 static void EmitInstructions(std::vector<AsmWriterInst> &Insts, in EmitInstructions()
|
/external/llvm/tools/llvm-objdump/ |
D | MCFunction.h | 49 std::vector<MCDecodedInst> Insts; variable
|
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 382 &Insts) { in TestInsts() 530 std::vector<const Instruction*> Insts; in DebugACrash() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 363 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts, in LoadAndStorePromoter()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 668 const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, in LoopPromoter()
|
D | ScalarReplAggregates.cpp | 1051 AllocaPromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, in AllocaPromoter() 1055 void run(AllocaInst *AI, const SmallVectorImpl<Instruction*> &Insts) { in run() 1415 SmallVector<Instruction*, 64> Insts; in performPromotion() local
|
D | LoopUnswitch.cpp | 303 UnswitchedValsMap& Insts = OldLoopProps.UnswitchedVals; in cloneData() local
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1529 SmallVector<MCInst, 2> Insts; in MatchAndEmitInstruction() local
|