Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagPredicate.h100 SmallVector<const CodeGenInstruction *, 4> Instrs; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.cpp471 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getFixupNoBits() local
735 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getMachineOpValue() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DExecutionDomainFix.h66 SmallVector<MachineInstr *, 8> Instrs; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp1214 unsigned Instrs = TBI.InstrDepth; in getResourceDepth() local
1236 ->unsigned { in getResourceLength()
1266 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength() local
DCFIInstrInserter.cpp184 const std::vector<MCCFIInstruction> &Instrs = MF->getFrameInstructions(); in calculateOutgoingCFAInfo() local
DMachineCombiner.cpp390 SmallVectorImpl<MachineInstr *> &Instrs, in instr2instrSC()
DMachineOutliner.cpp649 const std::vector<MCCFIInstruction> &Instrs = in createOutlinedFunction() local
DModuloSchedule.cpp2164 std::vector<MachineInstr *> Instrs; in runOnLoop() local
DMachinePipeliner.cpp2837 void SwingSchedulerDAG::fixupRegisterOverlaps(std::deque<SUnit *> &Instrs) { in fixupRegisterOverlaps()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp647 SmallVector<Instruction *, 16> Instrs; in eraseInstructions() local
952 bool Vectorizer::vectorizeInstructions(ArrayRef<Instruction *> Instrs) { in vectorizeInstructions()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCWin64EH.cpp527 const auto &Instrs = InstrsIter->second; in FindMatchingEpilog() local
DMCDwarf.cpp1438 void FrameEmitterImpl::emitCFIInstructions(ArrayRef<MCCFIInstruction> Instrs, in emitCFIInstructions()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86DomainReassignment.cpp304 SmallVector<MachineInstr *, 8> Instrs; member in __anone7cb3d410111::Closure
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp395 SmallPtrSet<const User *, 8> &Cache) { in computeFunctionSummary()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DAsmWriterEmitter.cpp240 std::string Instrs = InstrsForCase[i]; in FindUniqueOperandCommands() local
DCodeGenDAGPatterns.cpp3675 getInstructionsInTree(TreePatternNode *Tree, SmallVectorImpl<Record*> &Instrs) { in getInstructionsInTree()
3886 std::vector<Record*> Instrs = Records.getAllDerivedDefinitions("Instruction"); in ParseInstructions() local
4076 SmallVector<Record*, 8> Instrs; in VerifyInstructionFlags() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp145 SmallVector<MachineInstr*, 4> Instrs; member
630 ArrayRef<MachineInstr*> Instrs) { in CreateLoadStoreMulti()
DARMTargetTransformInfo.cpp1668 unsigned Instrs = in getIntrinsicInstrCost() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp997 std::vector<MachineInstr*> Instrs; in runOnNode() local
1728 std::vector<MachineInstr*> Instrs; in processBlock() local
DHexagonGenInsert.cpp1460 std::vector<MachineInstr*> Instrs; in removeDeadCode() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp250 unsigned Instrs = in getIntrinsicInstrCost() local
DAArch64FrameLowering.cpp3418 SmallVector<TagStoreInstr, 4> Instrs; in tryMergeAdjacentSTG() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1109 const std::vector<MCCFIInstruction> &Instrs = MF->getFrameInstructions(); in emitCFIInstruction() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1673 InstrArray Instrs; variable