Home
last modified time | relevance | path

Searched refs:C_Address (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp597 case TargetLowering::C_Address: in lowerInlineAsm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9092 OpInfo.ConstraintType == TargetLowering::C_Address) in getRegistersForValue()
9350 OpInfo.ConstraintType == TargetLowering::C_Address) in visitInlineAsm()
9376 OpInfo.ConstraintType = TargetLowering::C_Address; in visitInlineAsm()
9451 assert((OpInfo.ConstraintType != TargetLowering::C_Address || in visitInlineAsm()
9605 if (OpInfo.ConstraintType == TargetLowering::C_Address) { in visitInlineAsm()
9750 case TargetLowering::C_Address: in visitInlineAsm()
H A DTargetLowering.cpp5416 return C_Address; in getConstraintType()
5803 case TargetLowering::C_Address: in getConstraintPiority()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4778 C_Address, // Address constraint. enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1166 return C_Address; in getConstraintType()