Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h375 bool hasRegClassConstraint(unsigned &RC) const { in hasRegClassConstraint() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp224 const bool HasRC = Flag.hasRegClassConstraint(RC); in tryInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp192 const bool HasRC = Flag.hasRegClassConstraint(RC); in selectInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp999 F.hasRegClassConstraint(RCID)) in getRegClassConstraint()
1948 if (!F.isImmKind() && !F.isMemKind() && F.hasRegClassConstraint(RCID)) { in print()
H A DTargetInstrInfo.cpp2077 if (!F.isImmKind() && !F.isMemKind() && F.hasRegClassConstraint(RCID)) { in createMIROperandComment()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1632 if (F.hasRegClassConstraint(RCID)) { in handleSpecialFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp401 if (F.hasRegClassConstraint(RC) && in PrintAsmOperand()
H A DARMISelDAGToDAG.cpp5758 const bool HasRC = Flag.hasRegClassConstraint(RC); in tryInlineAsm()