Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h59 InstSeq Insts; variable
H A DMipsAnalyzeImmediate.cpp106 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.cpp266 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local
278 std::unique_ptr<CodeGenInstruction>> &Insts, in GetInstByName()
300 const auto &Insts = getInstructions(); in ComputeInstrsByEnum() local
339 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in reverseBitsForLittleEndianEncoding() local
H A DCodeEmitterGen.cpp225 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
H A DPseudoLoweringEmitter.cpp279 std::vector<Record*> Insts; in run() local
H A DFixedLenDecoderEmitter.cpp340 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in FilterChooser()
351 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, in FilterChooser()
H A DAsmWriterEmitter.cpp88 static void EmitInstructions(std::vector<AsmWriterInst> &Insts, in EmitInstructions()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AddressTypePromotion.cpp381 Instructions &Insts = Entry.second; in mergeSExts() local
H A DAArch64A57FPLoadBalancing.cpp181 std::set<MachineInstr*> Insts; member in __anonc201d1dc0111::Chain
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp379 &Insts) { in TestInsts()
527 std::vector<const Instruction*> Insts; in DebugACrash() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp324 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts, in LoadAndStorePromoter()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1064 AllocaPromoter(const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, in AllocaPromoter()
1068 void run(AllocaInst *AI, const SmallVectorImpl<Instruction*> &Insts) { in run()
1428 SmallVector<Instruction*, 64> Insts; in performPromotion() local
H A DLICM.cpp732 LoopPromoter(Value *SP, const SmallVectorImpl<Instruction *> &Insts, in LoopPromoter()
H A DLoopUnswitch.cpp309 UnswitchedValsMap &Insts = OldLoopProps.UnswitchedVals; in cloneData() local
H A DSROA.cpp1087 AllocaPromoter(const SmallVectorImpl<Instruction *> &Insts, SSAUpdater &S, in AllocaPromoter()
1091 void run(const SmallVectorImpl<Instruction *> &Insts) { in run()
4301 SmallVector<Instruction *, 64> Insts; in promoteAllocas() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp180 SmallVector<InstInfo, 4> Insts; member
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5001 SmallPtrSetImpl<Instruction *> &Insts) { in hasMultipleUsesOf()