HomeSort by relevance Sort by last modified time
    Searched refs:isUseOperandTiedToDef (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/IR/
InlineAsm.h 328 /// isUseOperandTiedToDef - Return true if the flag of the inline asm
330 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) {
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 320 if (InlineAsm::isUseOperandTiedToDef(Flags, TiedIdx)) {
    [all...]
ARMISelDAGToDAG.cpp     [all...]

Completed in 426 milliseconds