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

  /external/llvm/include/llvm/IR/
InlineAsm.h 336 /// isUseOperandTiedToDef - Return true if the flag of the inline asm
338 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) {
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 210 if (Changed && InlineAsm::isUseOperandTiedToDef(Flag, DefIdx))
  /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 335 if (InlineAsm::isUseOperandTiedToDef(Flags, TiedIdx)) {
    [all...]
ARMISelDAGToDAG.cpp     [all...]

Completed in 376 milliseconds