Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h372 bool hasRegClassConstraint(unsigned &RC) const { in hasRegClassConstraint() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp220 const bool HasRC = Flag.hasRegClassConstraint(RC); in tryInlineAsm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp185 const bool HasRC = Flag.hasRegClassConstraint(RC); in selectInlineAsm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp931 F.hasRegClassConstraint(RCID)) in getRegClassConstraint()
1775 if (!F.isImmKind() && !F.isMemKind() && F.hasRegClassConstraint(RCID)) { in print()
H A DTargetInstrInfo.cpp1707 if (!F.isImmKind() && !F.isMemKind() && F.hasRegClassConstraint(RCID)) { in createMIROperandComment()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1613 if (F.hasRegClassConstraint(RCID)) { in handleSpecialFP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp398 if (F.hasRegClassConstraint(RC) && in PrintAsmOperand()
H A DARMISelDAGToDAG.cpp5773 const bool HasRC = Flag.hasRegClassConstraint(RC); in tryInlineAsm()