Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/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; mutate() local
397 SmallVector<Instruction *, 32> Insts; mutate() local
423 SmallVector<Instruction *, 32> Insts; mutate() local
553 SmallVector<Instruction *, 32> Insts; mutate() local
575 SmallVector<Instruction *, 32> Insts; mutate() local
632 SmallVector<Instruction *, 8> Insts; mutate() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp
H A DPseudoLoweringEmitter.cpp303 std::vector<Record *> Insts = Records.getAllDerivedDefinitions(Classes); 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"); run() local
H A DVarLenCodeEmitterGen.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp770 emitLAInstSeq(MCRegister DestReg,MCRegister TmpReg,const MCExpr * Symbol,SmallVectorImpl<Inst> & Insts,SMLoc IDLoc,MCStreamer & Out,bool RelaxHint) emitLAInstSeq() argument
846 InstSeq Insts; emitLoadAddressAbs() local
871 InstSeq Insts; emitLoadAddressPcrel() local
894 InstSeq Insts; emitLoadAddressPcrelLarge() local
917 InstSeq Insts; emitLoadAddressGot() local
940 InstSeq Insts; emitLoadAddressGotLarge() local
963 InstSeq Insts; emitLoadAddressTLSLE() local
981 InstSeq Insts; emitLoadAddressTLSIE() local
1004 InstSeq Insts; emitLoadAddressTLSIELarge() local
1027 InstSeq Insts; emitLoadAddressTLSLD() local
1050 InstSeq Insts; emitLoadAddressTLSLDLarge() local
1073 InstSeq Insts; emitLoadAddressTLSGD() local
1096 InstSeq Insts; emitLoadAddressTLSGDLarge() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMatInt.cpp27 InstSeq Insts; in generateInstSeq() local
/freebsd-src/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) InstManager() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp115 SmallVector<Instruction *, 4> Insts; member in __anon75ccf7c50111::LockstepReverseIterator
259 ModelledPHI(ArrayRef<Instruction * > Insts,unsigned OpNum,const BArray & B) ModelledPHI() argument
644 auto Insts = *LRI; analyzeInstructionForSinking() local
835 SmallVector<Instruction *, 4> Insts; sinkLastInstruction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp195 SmallVectorImpl<MachineInstr *> &Insts = getInsts(); member in __anonea511eb40111::VPTState
246 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); getDivergent() local
266 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); isEntryPredicatedOnVCTP() local
275 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); hasImplicitlyValidVPT() local
320 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); isValid() local
1592 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); ConvertVPTBlocks() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp26 maybeReachableFromEachOther(const SmallVectorImpl<IntrinsicInst * > & Insts,const DominatorTree * DT,const LoopInfo * LI,size_t MaxLifetimes) maybeReachableFromEachOther() argument
H A DSSAUpdater.cpp372 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter() argument
387 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp764 std::vector<const Instruction *> &Insts) { in TestInsts() argument
837 bool ReduceCrashingMetadata::TestInsts(std::vector<Instruction *> &Insts) { in TestInsts() argument
1078 std::vector<const Instruction *> Insts; ReduceInsts() local
1158 std::vector<Instruction *> Insts; ReduceInsts() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp131 SmallVector<InstRef, 8> Insts; in cycleEnd() local
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp243 uint64_t Scheduler::analyzeResourcePressure(SmallVectorImpl<InstRef> &Insts) { in analyzeResourcePressure()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp129 LegalizerWorkListManager(InstListTy &Insts, ArtifactListTy &Arts) in LegalizerWorkListManager()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp655 for (auto Inst : Insts) { in ParseInstruction() local
647 std::array<StringRef, 8> Insts = {"lds", "adiw", "sbiw", "ldi"}; ParseInstruction() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp569 ArrayRef<MCInst> Insts = Region->getInstructions(); main() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp1052 __anon747077c40502(SmallVectorImpl<Instruction *> &Insts, Intrinsic::ID IID) combineAMXcast() argument
1075 __anon747077c40602(SmallVectorImpl<Instruction *> &Insts) combineAMXcast() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp192 std::set<MachineInstr*> Insts; member in __anonedcf8ffb0211::Chain

12