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 | 264 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local 275 const DenseMap<const Record*, CodeGenInstruction*> &Insts, in GetInstByName() 321 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions(); in ComputeInstrsByEnum() local
|
D | CodeEmitterGen.cpp | 56 void CodeEmitterGen::reverseBits(std::vector<Record*> &Insts) { in reverseBits() 238 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
|
D | PseudoLoweringEmitter.cpp | 275 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 | 671 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 | 312 UnswitchedValsMap& Insts = OldLoopProps.UnswitchedVals; in cloneData() local
|
D | SROA.cpp | 1219 AllocaPromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, in AllocaPromoter() 1223 void run(const SmallVectorImpl<Instruction*> &Insts) { in run() 3617 SmallVector<Instruction*, 64> Insts; in promoteAllocas() local
|