Home
last modified time | relevance | path

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

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