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

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

Completed in 371 milliseconds