Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInlineAsm.h369 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) { in isUseOperandTiedToDef() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp214 if (Changed && InlineAsm::isUseOperandTiedToDef(Flag, DefIdx)) in tryInlineAsm()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp166 if (Changed && InlineAsm::isUseOperandTiedToDef(Flag, DefIdx)) in selectInlineAsm()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp1191 if (!InlineAsm::isUseOperandTiedToDef(FlagMO.getImm(), TiedGroup)) in findTiedOperandIdx()
1762 if (InlineAsm::isUseOperandTiedToDef(Flag, TiedTo)) in print()
H A DTargetInstrInfo.cpp1530 if (InlineAsm::isUseOperandTiedToDef(Flag, TiedTo)) in createMIROperandComment()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp1342 if (InlineAsm::isUseOperandTiedToDef(Flags, DefGroup)) { in EmitSpecialNode()
H A DSelectionDAGISel.cpp2017 if (InlineAsm::isUseOperandTiedToDef(Flags, TiedToOperand)) { in SelectInlineAsmMemoryOperands()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp354 if (InlineAsm::isUseOperandTiedToDef(Flags, TiedIdx)) { in PrintAsmOperand()
H A DARMISelDAGToDAG.cpp5764 if (Changed && InlineAsm::isUseOperandTiedToDef(Flag, DefIdx)) in tryInlineAsm()