Home
last modified time | relevance | path

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

123

/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()
/llvm-project/llvm/unittests/tools/llvm-mca/X86/
H A DX86TestBase.cpp16 void X86TestBase::getSimpleInsts(SmallVectorImpl<MCInst> &Insts, in getSimpleInsts()
H A DTestIncrementalMCA.cpp95 auto &Insts = It->second; in TEST_F() local
/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp110 ArrayRef<Instruction *> Insts) { in findOrCreateSource() argument
115 ArrayRef<Instruction *> Insts, in findOrCreateSource() argument
198 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() argument
291 connectToSink(BasicBlock & BB,ArrayRef<Instruction * > Insts,Value * V) connectToSink() argument
365 newSink(BasicBlock & BB,ArrayRef<Instruction * > Insts,Value * V) newSink() argument
380 findPointer(BasicBlock & BB,ArrayRef<Instruction * > Insts) findPointer() argument
[all...]
H A DIRMutator.cpp125 SmallVector<Instruction *, 32> Insts; in mutate() local
398 SmallVector<Instruction *, 32> Insts; in mutate() local
424 SmallVector<Instruction *, 32> Insts; mutate() local
554 SmallVector<Instruction *, 32> Insts; mutate() local
576 SmallVector<Instruction *, 32> Insts; mutate() local
633 SmallVector<Instruction *, 8> Insts; mutate() local
[all...]
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMatInt.cpp27 InstSeq Insts; in generateInstSeq() local
[all...]
/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp796 emitLAInstSeq(MCRegister DestReg,MCRegister TmpReg,const MCExpr * Symbol,SmallVectorImpl<Inst> & Insts,SMLoc IDLoc,MCStreamer & Out,bool RelaxHint) emitLAInstSeq() argument
886 InstSeq Insts; emitLoadAddressAbs() local
911 InstSeq Insts; emitLoadAddressPcrel() local
934 InstSeq Insts; emitLoadAddressPcrelLarge() local
957 InstSeq Insts; emitLoadAddressGot() local
980 InstSeq Insts; emitLoadAddressGotLarge() local
1003 InstSeq Insts; emitLoadAddressTLSLE() local
1021 InstSeq Insts; emitLoadAddressTLSIE() local
1044 InstSeq Insts; emitLoadAddressTLSIELarge() local
1067 InstSeq Insts; emitLoadAddressTLSLD() local
1090 InstSeq Insts; emitLoadAddressTLSLDLarge() local
1113 InstSeq Insts; emitLoadAddressTLSGD() local
1136 InstSeq Insts; emitLoadAddressTLSGDLarge() local
1172 InstSeq Insts; emitLoadAddressTLSDescAbs() local
1206 InstSeq Insts; emitLoadAddressTLSDescPcrel() local
1235 InstSeq Insts; emitLoadAddressTLSDescPcrelLarge() local
[all...]
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp273 std::vector<Record *> Insts = Records.getAllDerivedDefinitions("Instruction"); ReadInstructions() local
287 GetInstByName(const char * Name,const DenseMap<const Record *,std::unique_ptr<CodeGenInstruction>> & Insts,RecordKeeper & Records) GetInstByName() argument
309 const auto &Insts = getInstructions(); ComputeInstrsByEnum() local
360 std::vector<Record *> Insts = reverseBitsForLittleEndianEncoding() local
[all...]
/llvm-project/llvm/utils/TableGen/
H A DX86InstrMappingEmitter.cpp169 emitCompressEVEXTable(ArrayRef<const CodeGenInstruction * > Insts,raw_ostream & OS) emitCompressEVEXTable() argument
269 emitNFTransformTable(ArrayRef<const CodeGenInstruction * > Insts,raw_ostream & OS) emitNFTransformTable() argument
301 emitND2NonNDTable(ArrayRef<const CodeGenInstruction * > Insts,raw_ostream & OS) emitND2NonNDTable() argument
341 ArrayRef<const CodeGenInstruction *> Insts = run() local
[all...]
H A DPseudoLoweringEmitter.cpp305 std::vector<Record *> Insts = Records.getAllDerivedDefinitions(Classes); run() local
/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()
/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/
H A DTargetTest.cpp56 const auto Insts = ExegesisTarget_->setRegTo(*STI, PPC::X0, APInt()); TEST_F() local
/llvm-project/llvm/unittests/tools/llvm-exegesis/AArch64/
H A DTargetTest.cpp63 const auto Insts = setRegTo(AArch64::X0, APInt()); in TEST_F() local
/llvm-project/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp122 InstructionListType Insts; createIncMemory() local
1267 InstructionListType Insts = materializeAddress(Target, Ctx, Reg); createShortJmp() local
1449 InstructionListType Insts(5); createInstrumentedIndCallHandlerExitBB() local
1473 InstructionListType Insts(4); createGetter() local
1516 InstructionListType Insts(4); createLoadImmediate() local
1539 InstructionListType Insts; createInstrumentedIndirectCall() local
1592 InstructionListType Insts; createInstrumentedIndCallHandlerEntryBB() local
1635 InstructionListType Insts = createIncMemory(AArch64::X0, AArch64::X2); createInstrIncMemory() local
1649 std::vector<MCInst> Insts; createSymbolTrampoline() local
1658 InstructionListType Insts(2); materializeAddress() local
[all...]
/llvm-project/llvm/unittests/tools/llvm-mca/
H A DMCATestBase.cpp62 Error MCATestBase::runBaselineMCA(json::Object &Result, ArrayRef<MCInst> Insts, in runBaselineMCA()
/llvm-project/llvm/unittests/FuzzMutate/
H A DRandomIRBuilderTest.cpp69 SmallVector<Instruction *, 32> Insts; in TEST() local
298 SmallVector<Instruction *, 32> Insts; in TEST() local
472 SmallVector<Instruction *, 32> Insts; TEST() local
602 SmallVector<Instruction *, 4> Insts; TEST() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp115 SmallVector<Instruction *, 4> Insts; global() member in __anon3afcf1460111::LockstepReverseIterator
290 ModelledPHI(ArrayRef<Instruction * > Insts,unsigned OpNum,SmallSetVector<BasicBlock *,4> & B) ModelledPHI() argument
688 auto Insts = *LRI; analyzeInstructionForSinking() local
884 SmallVector<Instruction *, 4> Insts; sinkLastInstruction() local
[all...]
/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h104 dropInstructions(const llvm::SmallPtrSetImpl<const llvm::MCInst *> &Insts) { in dropInstructions()
/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp183 VPTBlock(MachineInstr *MI) { Insts.push_back(MI); } member in __anon464e30d50111::VPTBlock
195 SmallVectorImpl<MachineInstr *> &Insts = getInsts(); getDivergent() local
268 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); isEntryPredicatedOnVCTP() local
276 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); hasImplicitlyValidVPT() local
335 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); isValid() local
1579 SmallVectorImpl<MachineInstr *> &Insts = Block.getInsts(); ConvertVPTBlocks() local
[all...]
/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp131 SmallVector<InstRef, 8> Insts; in cycleEnd() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp372 LoadAndStorePromoter(ArrayRef<const Instruction * > Insts,SSAUpdater & S,StringRef BaseName) LoadAndStorePromoter() argument
387 run(const SmallVectorImpl<Instruction * > & Insts) run() argument
/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...]
/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp243 analyzeResourcePressure(SmallVectorImpl<InstRef> & Insts) analyzeResourcePressure() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp129 : InstList(Insts), ArtifactList(Arts) {} in LegalizerWorkListManager() argument

123