Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInlineAsm.h213 Op_FirstOperand = 4, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp181 if (i < InlineAsm::Op_FirstOperand) in tryInlineAsm()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp489 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in DelayForLiveRegsBottomUp()
H A DInstrEmitter.cpp1080 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in EmitSpecialNode()
H A DSelectionDAGISel.cpp2238 unsigned i = InlineAsm::Op_FirstOperand, e = InOps.size(); in SelectInlineAsmMemoryOperands()
2256 unsigned CurOp = InlineAsm::Op_FirstOperand; in SelectInlineAsmMemoryOperands()
H A DScheduleDAGRRList.cpp1357 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in DelayForLiveRegsBottomUp()
H A DSelectionDAGBuilder.cpp7451 unsigned CurOp = InlineAsm::Op_FirstOperand; in findMatchingInlineAsmOperand()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp589 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in LowerINLINEASM()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp4160 if (i < InlineAsm::Op_FirstOperand) in tryInlineAsm()