Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DCustomBehaviour.cpp29 llvm::ArrayRef<llvm::MCInst> Insts) { in getStartViews()
35 llvm::ArrayRef<llvm::MCInst> Insts) { in getPostInstrInfoViews()
41 llvm::ArrayRef<llvm::MCInst> Insts) { in getEndViews()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp110 ArrayRef<Instruction *> Insts) { in findOrCreateSource()
115 ArrayRef<Instruction *> Insts, in findOrCreateSource()
198 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource()
291 ArrayRef<Instruction *> Insts, in connectToSink()
365 ArrayRef<Instruction *> Insts, Value *V) { in newSink()
380 ArrayRef<Instruction *> Insts) { in findPointer()
H A DIRMutator.cpp124 SmallVector<Instruction *, 32> Insts; in mutate() local
397 SmallVector<Instruction *, 32> Insts; in mutate() local
423 SmallVector<Instruction *, 32> Insts; in mutate() local
553 SmallVector<Instruction *, 32> Insts; in mutate() local
575 SmallVector<Instruction *, 32> Insts; in mutate() local
632 SmallVector<Instruction *, 8> Insts; in mutate() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp476 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() local
488 std::unique_ptr<CodeGenInstruction>> &Insts, in GetInstByName()
510 const auto &Insts = getInstructions(); in ComputeInstrsByEnum() local
557 std::vector<Record *> Insts = in reverseBitsForLittleEndianEncoding() local
H A DPseudoLoweringEmitter.cpp303 std::vector<Record *> Insts = Records.getAllDerivedDefinitions(Classes); in run() local
H A DInstrInfoEmitter.cpp559 const auto &Insts = P.second; in emitLogicalOperandSizeMappings() local
657 const auto &Insts = P.second; in emitLogicalOperandTypeMappings() local
H A DCodeEmitterGen.cpp422 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
H A DVarLenCodeEmitterGen.cpp225 auto Insts = Records.getAllDerivedDefinitions("Instruction"); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp846 InstSeq Insts; in emitLoadAddressAbs() local
871 InstSeq Insts; in emitLoadAddressPcrel() local
894 InstSeq Insts; in emitLoadAddressPcrelLarge() local
917 InstSeq Insts; in emitLoadAddressGot() local
940 InstSeq Insts; in emitLoadAddressGotLarge() local
963 InstSeq Insts; in emitLoadAddressTLSLE() local
981 InstSeq Insts; in emitLoadAddressTLSIE() local
1004 InstSeq Insts; in emitLoadAddressTLSIELarge() local
1027 InstSeq Insts; in emitLoadAddressTLSLD() local
1050 InstSeq Insts; in emitLoadAddressTLSLDLarge() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMatInt.cpp27 InstSeq Insts; in generateInstSeq() local
/freebsd/contrib/llvm-project/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.cpp681 InstManager(MachineIRBuilder &B, InstListTy &Insts) : InstList(Insts), B(B) { in InstManager()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp115 SmallVector<Instruction *, 4> Insts; member in __anonfc676f7b0111::LockstepReverseIterator
259 ModelledPHI(ArrayRef<Instruction *> Insts, unsigned OpNum, const BArray &B) { in ModelledPHI()
644 auto Insts = *LRI; in analyzeInstructionForSinking() local
835 SmallVector<Instruction *, 4> Insts; in sinkLastInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp195 SmallVector<MachineInstr *, 4> Insts; member in __anondf98d82a0111::VPTState
246 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in getDivergent() local
266 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isEntryPredicatedOnVCTP() local
275 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in hasImplicitlyValidVPT() local
320 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in isValid() local
1592 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); in ConvertVPTBlocks() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp26 bool maybeReachableFromEachOther(const SmallVectorImpl<IntrinsicInst *> &Insts, in maybeReachableFromEachOther()
H A DSSAUpdater.cpp372 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter()
387 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp764 std::vector<const Instruction *> &Insts) { in TestInsts()
837 bool ReduceCrashingMetadata::TestInsts(std::vector<Instruction *> &Insts) { in TestInsts()
1078 std::vector<const Instruction *> Insts; in ReduceInsts() local
1158 std::vector<Instruction *> Insts; in ReduceInsts() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp131 SmallVector<InstRef, 8> Insts; in cycleEnd() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp243 uint64_t Scheduler::analyzeResourcePressure(SmallVectorImpl<InstRef> &Insts) { in analyzeResourcePressure()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp129 LegalizerWorkListManager(InstListTy &Insts, ArtifactListTy &Arts) in LegalizerWorkListManager()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp647 std::array<StringRef, 8> Insts = {"lds", "adiw", "sbiw", "ldi"}; in ParseInstruction() local
655 std::array<StringRef, 8> Insts = {"sts", "call", "rcall", "rjmp", "jmp"}; in ParseInstruction() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp569 ArrayRef<MCInst> Insts = Region->getInstructions(); in main() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp1052 auto Convert = [&](SmallVectorImpl<Instruction *> &Insts, Intrinsic::ID IID) { in combineAMXcast()
1075 auto EraseInst = [&](SmallVectorImpl<Instruction *> &Insts) { in combineAMXcast()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp192 std::set<MachineInstr*> Insts; member in __anondf8e14f10211::Chain

12