Searched refs:isUseOperandTiedToDef (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 369 static bool isUseOperandTiedToDef(unsigned Flag, unsigned &Idx) { in isUseOperandTiedToDef() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcISelDAGToDAG.cpp | 214 if (Changed && InlineAsm::isUseOperandTiedToDef(Flag, DefIdx)) in tryInlineAsm()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelDAGToDAG.cpp | 166 if (Changed && InlineAsm::isUseOperandTiedToDef(Flag, DefIdx)) in selectInlineAsm()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 1191 if (!InlineAsm::isUseOperandTiedToDef(FlagMO.getImm(), TiedGroup)) in findTiedOperandIdx() 1762 if (InlineAsm::isUseOperandTiedToDef(Flag, TiedTo)) in print()
|
| H A D | TargetInstrInfo.cpp | 1530 if (InlineAsm::isUseOperandTiedToDef(Flag, TiedTo)) in createMIROperandComment()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 1342 if (InlineAsm::isUseOperandTiedToDef(Flags, DefGroup)) { in EmitSpecialNode()
|
| H A D | SelectionDAGISel.cpp | 2017 if (InlineAsm::isUseOperandTiedToDef(Flags, TiedToOperand)) { in SelectInlineAsmMemoryOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 354 if (InlineAsm::isUseOperandTiedToDef(Flags, TiedIdx)) { in PrintAsmOperand()
|
| H A D | ARMISelDAGToDAG.cpp | 5764 if (Changed && InlineAsm::isUseOperandTiedToDef(Flag, DefIdx)) in tryInlineAsm()
|