Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDWinCodeViewLineTables.h39 SmallVector<MCSymbol *, 10> Instrs; member
HDAsmPrinter.cpp766 const std::vector<MCCFIInstruction> &Instrs = MMI.getFrameInstructions(); in emitCFIInstruction() local
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineTraceMetrics.cpp1189 unsigned Instrs = TBI.InstrDepth; in getResourceDepth() local
1211 ->unsigned { in getResourceLength()
1241 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight; in getResourceLength() local
HDMachineCombiner.cpp265 SmallVectorImpl<MachineInstr *> &Instrs, in instr2instrSC()
HDExecutionDepsFix.cpp70 SmallVector<MachineInstr*, 8> Instrs; member
/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenDAGPatterns.cpp2875 getInstructionsInTree(TreePatternNode *Tree, SmallVectorImpl<Record*> &Instrs) { in getInstructionsInTree()
3066 std::vector<Record*> Instrs = Records.getAllDerivedDefinitions("Instruction"); in ParseInstructions() local
3296 SmallVector<Record*, 8> Instrs; in VerifyInstructionFlags() local
HDAsmWriterEmitter.cpp239 std::string Instrs = InstrsForCase[i]; in FindUniqueOperandCommands() local
/NextBSD/contrib/llvm/lib/MC/
HDMCDwarf.cpp1162 ArrayRef<MCCFIInstruction> Instrs, in EmitCFIInstructions()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMLoadStoreOptimizer.cpp106 SmallVector<MachineInstr*, 4> Instrs; member
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonGenInsert.cpp1432 std::vector<MachineInstr*> Instrs; in removeDeadCode() local
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyTIL.h1675 InstrArray Instrs; // Instructions. variable