/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 267 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
|
D | CodeEmitterGen.cpp | 225 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
|
D | PseudoLoweringEmitter.cpp | 279 std::vector<Record*> Insts; in run() local
|
D | FixedLenDecoderEmitter.cpp | 340 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in FilterChooser() 351 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in FilterChooser()
|
D | AsmWriterEmitter.cpp | 88 static void EmitInstructions(std::vector<AsmWriterInst> &Insts, in EmitInstructions()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.h | 59 InstSeq Insts; variable
|
D | MipsAnalyzeImmediate.cpp | 106 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AddressTypePromotion.cpp | 382 Instructions &Insts = Entry.second; in mergeSExts() local
|
D | AArch64A57FPLoadBalancing.cpp | 194 std::set<MachineInstr*> Insts; member in __anon32224d0b0211::Chain
|
/external/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 379 &Insts) { in TestInsts() 526 std::vector<const Instruction*> Insts; in DebugACrash() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 325 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts, in LoadAndStorePromoter()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 1055 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
|
D | LoopUnswitch.cpp | 310 UnswitchedValsMap &Insts = OldLoopProps.UnswitchedVals; in cloneData() local
|
D | LICM.cpp | 717 LoopPromoter(Value *SP, const SmallVectorImpl<Instruction *> &Insts, in LoopPromoter()
|
D | SROA.cpp | 1091 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/ |
D | LoopAccessAnalysis.cpp | 873 SmallVector<Instruction *, 4> Insts; in getInstructionsForAccess() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 184 SmallVector<InstInfo, 4> Insts; member
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4033 SmallPtrSetImpl<Instruction *> &Insts) { in hasMultipleUsesOf()
|