Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
HDRandomIRBuilder.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()
HDIRMutator.cpp107 SmallVector<Instruction *, 32> Insts; in mutate() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsAnalyzeImmediate.h61 InstSeq Insts; variable
HDMipsAnalyzeImmediate.cpp109 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
HDMipsRegisterBankInfo.cpp618 InstManager(InstListTy &Insts) : InstList(Insts) {} in InstManager()
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDCodeGenTarget.cpp400 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local
412 std::unique_ptr<CodeGenInstruction>> &Insts, in GetInstByName()
434 const auto &Insts = getInstructions(); in ComputeInstrsByEnum() local
481 std::vector<Record *> Insts = in reverseBitsForLittleEndianEncoding() local
HDPseudoLoweringEmitter.cpp279 std::vector<Record*> Insts; in run() local
HDCodeEmitterGen.cpp391 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
HDRISCVCompressInstEmitter.cpp858 std::vector<Record *> Insts; in run() local
HDFixedLenDecoderEmitter.cpp392 FilterChooser(ArrayRef<EncodingAndInst> Insts, in FilterChooser()
402 FilterChooser(ArrayRef<EncodingAndInst> Insts, in FilterChooser()
HDAsmWriterEmitter.cpp103 static void EmitInstructions(std::vector<AsmWriterInst> &Insts, in EmitInstructions()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDGVNSink.cpp122 SmallVector<Instruction *, 4> Insts; member in __anond8bc406a0111::LockstepReverseIterator
267 ModelledPHI(ArrayRef<Instruction *> Insts, unsigned OpNum, const BArray &B) { in ModelledPHI()
633 auto Insts = *LRI; in analyzeInstructionForSinking() local
835 SmallVector<Instruction *, 4> Insts; in sinkLastInstruction() local
HDLoopUnswitch.cpp361 UnswitchedValsMap &Insts = OldLoopProps.UnswitchedVals; in cloneData() local
HDReassociate.cpp1896 OrderedSet &Insts) { in RecursivelyEraseDeadInsts()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMLowOverheadLoops.cpp81 SmallVector<PredicatedMI, 4> Insts; member in __anoneef096790111::VPTBlock
340 SmallVectorImpl<PredicatedMI> &Insts = Block.getInsts(); in ValidateTailPredicate() local
906 SmallVectorImpl<PredicatedMI> &Insts = Block.getInsts(); in ConvertVPTBlocks() local
HDARMFrameLowering.cpp236 SmallVector<InstInfo, 4> Insts; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSSAUpdater.cpp337 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter()
352 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run()
HDSimplifyCFG.cpp1453 ArrayRef<Instruction *> Insts, in canSinkInstructions()
1554 SmallVector<Instruction*,4> Insts; in sinkLastInstruction() local
1657 SmallVector<Instruction*,4> Insts; member in __anonb98ab5620c11::LockstepReverseIterator
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDCrashDebugger.cpp767 std::vector<const Instruction *> &Insts) { in TestInsts()
843 bool ReduceCrashingMetadata::TestInsts(std::vector<Instruction *> &Insts) { in TestInsts()
1090 std::vector<const Instruction *> Insts; in ReduceInsts() local
1170 std::vector<Instruction *> Insts; in ReduceInsts() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
HDExecuteStage.cpp131 SmallVector<InstRef, 8> Insts; in cycleEnd() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizer.cpp95 LegalizerWorkListManager(InstListTy &Insts, ArtifactListTy &Arts) in LegalizerWorkListManager()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
HDScheduler.cpp243 uint64_t Scheduler::analyzeResourcePressure(SmallVectorImpl<InstRef> &Insts) { in analyzeResourcePressure()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
HDllvm-mca.cpp464 ArrayRef<MCInst> Insts = Region->getInstructions(); in main() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64A57FPLoadBalancing.cpp193 std::set<MachineInstr*> Insts; member in __anon3dc742000211::Chain
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDIVDescriptors.cpp597 Instruction *I, SmallPtrSetImpl<Instruction *> &Insts, in hasMultipleUsesOf()

12