Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DInlineAsm.h196 Op_FirstOperand = 4,
/external/llvm/include/llvm/IR/
DInlineAsm.h213 Op_FirstOperand = 4, enumerator
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp181 if (i < InlineAsm::Op_FirstOperand) in tryInlineAsm()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp486 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in DelayForLiveRegsBottomUp()
DInstrEmitter.cpp853 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in EmitSpecialNode()
DSelectionDAGISel.cpp1317 unsigned i = InlineAsm::Op_FirstOperand, e = InOps.size(); in SelectInlineAsmMemoryOperands()
DScheduleDAGRRList.cpp1088 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in DelayForLiveRegsBottomUp()
DSelectionDAGBuilder.cpp6092 unsigned CurOp = InlineAsm::Op_FirstOperand; in visitInlineAsm()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp497 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in DelayForLiveRegsBottomUp()
DInstrEmitter.cpp964 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in EmitSpecialNode()
DSelectionDAGISel.cpp1925 unsigned i = InlineAsm::Op_FirstOperand, e = InOps.size(); in SelectInlineAsmMemoryOperands()
1943 unsigned CurOp = InlineAsm::Op_FirstOperand; in SelectInlineAsmMemoryOperands()
DScheduleDAGRRList.cpp1282 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in DelayForLiveRegsBottomUp()
DSelectionDAGBuilder.cpp6876 unsigned CurOp = InlineAsm::Op_FirstOperand; in visitInlineAsm()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp967 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) { in LowerINLINEASM()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp4207 if (i < InlineAsm::Op_FirstOperand) in tryInlineAsm()