/llvm-project/llvm/lib/MCA/ |
H A D | CustomBehaviour.cpp | 29 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 D | X86TestBase.cpp | 16 void X86TestBase::getSimpleInsts(SmallVectorImpl<MCInst> &Insts, in getSimpleInsts()
|
H A D | TestIncrementalMCA.cpp | 95 auto &Insts = It->second; in TEST_F() local
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 110 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 D | IRMutator.cpp | 125 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 D | LoongArchMatInt.cpp | 27 InstSeq Insts; in generateInstSeq() local [all...] |
/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 796 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 D | CodeGenTarget.cpp | 273 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 D | X86InstrMappingEmitter.cpp | 169 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 D | PseudoLoweringEmitter.cpp | 305 std::vector<Record *> Insts = Records.getAllDerivedDefinitions(Classes); run() local
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsAnalyzeImmediate.h | 61 InstSeq Insts; variable
|
H A D | MipsAnalyzeImmediate.cpp | 109 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/ |
H A D | TargetTest.cpp | 56 const auto Insts = ExegesisTarget_->setRegTo(*STI, PPC::X0, APInt()); TEST_F() local
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/AArch64/ |
H A D | TargetTest.cpp | 63 const auto Insts = setRegTo(AArch64::X0, APInt()); in TEST_F() local
|
/llvm-project/bolt/lib/Target/AArch64/ |
H A D | AArch64MCPlusBuilder.cpp | 122 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 D | MCATestBase.cpp | 62 Error MCATestBase::runBaselineMCA(json::Object &Result, ArrayRef<MCInst> Insts, in runBaselineMCA()
|
/llvm-project/llvm/unittests/FuzzMutate/ |
H A D | RandomIRBuilderTest.cpp | 69 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 D | GVNSink.cpp | 115 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 D | CodeRegion.h | 104 dropInstructions(const llvm::SmallPtrSetImpl<const llvm::MCInst *> &Insts) { in dropInstructions()
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 183 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 D | ExecuteStage.cpp | 131 SmallVector<InstRef, 8> Insts; in cycleEnd() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 372 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 D | CrashDebugger.cpp | 764 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 D | Scheduler.cpp | 243 analyzeResourcePressure(SmallVectorImpl<InstRef> & Insts) analyzeResourcePressure() argument
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Legalizer.cpp | 129 : InstList(Insts), ArtifactList(Arts) {} in LegalizerWorkListManager() argument
|