Home
last modified time | relevance | path

Searched refs:Op_FirstOperand (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DInlineAsm.h222 Op_FirstOperand = 4, enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp186 if (i < InlineAsm::Op_FirstOperand) in tryInlineAsm()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp498 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in DelayForLiveRegsBottomUp()
DInstrEmitter.cpp1301 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in EmitSpecialNode()
DSelectionDAGISel.cpp2001 unsigned i = InlineAsm::Op_FirstOperand, e = InOps.size(); in SelectInlineAsmMemoryOperands()
2019 unsigned CurOp = InlineAsm::Op_FirstOperand; in SelectInlineAsmMemoryOperands()
DScheduleDAGRRList.cpp1377 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in DelayForLiveRegsBottomUp()
DSelectionDAGBuilder.cpp8785 unsigned CurOp = InlineAsm::Op_FirstOperand; in findMatchingInlineAsmOperand()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp671 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in LowerINLINEASM()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp5736 if (i < InlineAsm::Op_FirstOperand) in tryInlineAsm()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3728 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in LowerINLINEASM()