Home
last modified time | relevance | path

Searched refs:hasRegClassConstraint (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInlineAsm.h372 bool hasRegClassConstraint(unsigned &RC) const { in hasRegClassConstraint() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcISelDAGToDAG.cpp226 const bool HasRC = Flag.hasRegClassConstraint(RC); in tryInlineAsm()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYISelDAGToDAG.cpp192 const bool HasRC = Flag.hasRegClassConstraint(RC); in selectInlineAsm()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineInstr.cpp972 F.hasRegClassConstraint(RCID)) in getRegClassConstraint()
1837 if (!F.isImmKind() && !F.isMemKind() && F.hasRegClassConstraint(RCID)) { in print()
HDTargetInstrInfo.cpp1767 if (!F.isImmKind() && !F.isMemKind() && F.hasRegClassConstraint(RCID)) { in createMIROperandComment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FloatingPoint.cpp1615 if (F.hasRegClassConstraint(RCID)) { in handleSpecialFP()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMAsmPrinter.cpp398 if (F.hasRegClassConstraint(RC) && in PrintAsmOperand()
HDARMISelDAGToDAG.cpp5774 const bool HasRC = Flag.hasRegClassConstraint(RC); in tryInlineAsm()