Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp22 ArrayRef<Instruction *> Insts) { in findOrCreateSource()
27 ArrayRef<Instruction *> Insts, in findOrCreateSource()
41 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource()
96 ArrayRef<Instruction *> Insts, Value *V) { in connectToSink()
120 void RandomIRBuilder::newSink(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSink()
134 ArrayRef<Instruction *> Insts, in findPointer()
H A DIRMutator.cpp107 SmallVector<Instruction *, 32> Insts; in mutate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h61 InstSeq Insts; variable
H A DMipsAnalyzeImmediate.cpp109 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
H A DMipsRegisterBankInfo.cpp682 InstManager(InstListTy &Insts) : InstList(Insts) {} in InstManager()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.cpp437 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local
449 std::unique_ptr<CodeGenInstruction>> &Insts, in GetInstByName()
471 const auto &Insts = getInstructions(); in ComputeInstrsByEnum() local
518 std::vector<Record *> Insts = in reverseBitsForLittleEndianEncoding() local
H A DCodeBeadsGen.cpp45 std::vector<Record *> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
H A DInstrInfoEmitter.cpp516 const auto &Insts = P.second; in emitLogicalOperandSizeMappings() local
614 const auto &Insts = P.second; in emitLogicalOperandTypeMappings() local
H A DPseudoLoweringEmitter.cpp302 std::vector<Record *> Insts = in run() local
H A DCodeEmitterGen.cpp391 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
H A DRISCVCompressInstEmitter.cpp871 std::vector<Record *> Insts = Records.getAllDerivedDefinitions("CompressPat"); in run() local
H A DFixedLenDecoderEmitter.cpp394 FilterChooser(ArrayRef<EncodingAndInst> Insts, in FilterChooser()
404 FilterChooser(ArrayRef<EncodingAndInst> Insts, in FilterChooser()
H A DAsmWriterEmitter.cpp109 static void EmitInstructions(std::vector<AsmWriterInst> &Insts, in EmitInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp122 SmallVector<Instruction *, 4> Insts; member in __anonf1d6865e0111::LockstepReverseIterator
266 ModelledPHI(ArrayRef<Instruction *> Insts, unsigned OpNum, const BArray &B) { in ModelledPHI()
636 auto Insts = *LRI; in analyzeInstructionForSinking() local
835 SmallVector<Instruction *, 4> Insts; in sinkLastInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp185 SmallVector<MachineInstr *, 4> Insts; member in __anonf568b4ed0111::VPTState
236 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in getDivergent() local
259 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isEntryPredicatedOnVCTP() local
268 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in hasImplicitlyValidVPT() local
313 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isValid() local
1455 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in ConvertVPTBlocks() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp322 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter()
337 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp770 std::vector<const Instruction *> &Insts) { in TestInsts()
846 bool ReduceCrashingMetadata::TestInsts(std::vector<Instruction *> &Insts) { in TestInsts()
1093 std::vector<const Instruction *> Insts; in ReduceInsts() local
1173 std::vector<Instruction *> Insts; in ReduceInsts() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp131 SmallVector<InstRef, 8> Insts; in cycleEnd() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp243 uint64_t Scheduler::analyzeResourcePressure(SmallVectorImpl<InstRef> &Insts) { in analyzeResourcePressure()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp120 LegalizerWorkListManager(InstListTy &Insts, ArtifactListTy &Arts) in LegalizerWorkListManager()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp499 ArrayRef<MCInst> Insts = Region->getInstructions(); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp118 void BasicBlockFiller::addInstructions(ArrayRef<MCInst> Insts, in addInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp193 std::set<MachineInstr*> Insts; member in __anon057f01740211::Chain
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp635 Instruction *I, SmallPtrSetImpl<Instruction *> &Insts, in hasMultipleUsesOf()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp926 auto *Insts = OpcodeInstMap.lookup(Opcode); in checkForAllInstructionsImpl() local
1940 auto *&Insts = FI.OpcodeInstMap[I.getOpcode()]; in initializeInformationCache() local

12