Home
last modified time | relevance | path

Searched defs:Instrs (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/bolt/lib/Passes/
H A DHugify.cpp25 [&](std::string Title, std::vector<MCInst> Instrs) -> BinaryFunction * { in runOnFunctions()
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp469 for (auto I = Instrs.begin(), N = Instrs.end(); I != N; ++I) { in getFixupNoBits() local
728 const MCOperand *I = Instrs.begin() + State.Index - 1; in getMachineOpValue() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h66 SmallVector<MachineInstr *, 8> Instrs; member
/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1270 for (const MCSchedClassDesc *SC : Instrs) { in getResourceLength() local
1218 unsigned Instrs = TBI.InstrDepth; getResourceDepth() local
1240 __anon481051c20402(ArrayRef<const MCSchedClassDesc *> Instrs, unsigned ResourceIdx) getResourceLength() argument
[all...]
H A DCFIInstrInserter.cpp182 const std::vector<MCCFIInstruction> &Instrs = MF->getFrameInstructions(); calculateOutgoingCFAInfo() local
H A DMachineCombiner.cpp417 instr2instrSC(SmallVectorImpl<MachineInstr * > & Instrs,SmallVectorImpl<const MCSchedClassDesc * > & InstrsSC) instr2instrSC() argument
H A DMachineOutliner.cpp743 const std::vector<MCCFIInstruction> &Instrs = createOutlinedFunction() local
H A DMachinePipeliner.cpp1077 DenseMap<int, std::deque<SUnit *>> Instrs; computeScheduledInsts() local
3348 fixupRegisterOverlaps(std::deque<SUnit * > & Instrs) fixupRegisterOverlaps() argument
H A DModuloSchedule.cpp2818 std::vector<MachineInstr *> Instrs; runOnLoop() local
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp604 ArrayRef<MCCFIInstruction> Instrs = FI->Instructions; generateCompactUnwindEncoding() local
/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp658 const auto &Instrs = InstrsIter->second.Instructions; in FindMatchingEpilog() local
1141 auto &Instrs = I.second.Instructions; in ARM64FindSegmentsInFunction() local
H A DMCDwarf.cpp1476 emitCFIInstructions(ArrayRef<MCCFIInstruction> Instrs,MCSymbol * BaseLabel) emitCFIInstructions() argument
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp1156 ArrayRef<MCCFIInstruction> Instrs = FI->Instructions; generateCompactUnwindEncoding() local
/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp304 SmallVector<MachineInstr *, 8> Instrs; global() member in __anonec12a15c0111::Closure
/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp241 std::string Instrs = InstrsForCase[i]; in FindUniqueOperandCommands() local
/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp563 __anonf4bec86e0202(const std::vector<const Instruction *> &Instrs, SetVector<ValueInfo, std::vector<ValueInfo>> &Edges, SmallPtrSet<const User *, 8> &Cache) computeFunctionSummary() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp147 /// Index in Instrs of the instruction being latest in the schedule. member
633 CreateLoadStoreMulti(MachineBasicBlock & MBB,MachineBasicBlock::iterator InsertBefore,int Offset,unsigned Base,bool BaseKill,unsigned Opcode,ARMCC::CondCodes Pred,unsigned PredReg,const DebugLoc & DL,ArrayRef<std::pair<unsigned,bool>> Regs,ArrayRef<MachineInstr * > Instrs) CreateLoadStoreMulti() argument
[all...]
H A DARMTargetTransformInfo.cpp1916 unsigned Instrs = getIntrinsicInstrCost() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp3736 getInstructionsInTree(TreePatternNode & Tree,SmallVectorImpl<Record * > & Instrs) getInstructionsInTree() argument
3953 std::vector<Record *> Instrs = ParseInstructions() local
4142 SmallVector<Record *, 8> Instrs; VerifyInstructionFlags() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1379 gatherChains(ArrayRef<Instruction * > Instrs) gatherChains() argument
[all...]
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1333 ArrayRef<MCCFIInstruction> Instrs = FI->Instructions; generateCompactUnwindEncoding() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1025 std::vector<MachineInstr*> Instrs; in runOnNode() local
1753 std::vector<MachineInstr*> Instrs; in processBlock() local
H A DHexagonGenInsert.cpp1442 std::vector<MachineInstr*> Instrs; in removeDeadCode() local
/llvm-project/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp1624 InstructionListType Instrs(IsLeaf ? 12 : 10); createInstrIncMemory() local
[all...]
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1680 InstrArray Instrs; global() variable

12