Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp612 case TargetLowering::C_Address: in lowerInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9773 OpInfo.ConstraintType == TargetLowering::C_Address) in getRegistersForValue()
10031 OpInfo.ConstraintType == TargetLowering::C_Address) in visitInlineAsm()
10057 OpInfo.ConstraintType = TargetLowering::C_Address; in visitInlineAsm()
10131 assert((OpInfo.ConstraintType != TargetLowering::C_Address || in visitInlineAsm()
10285 if (OpInfo.ConstraintType == TargetLowering::C_Address) { in visitInlineAsm()
10433 case TargetLowering::C_Address: in visitInlineAsm()
H A DTargetLowering.cpp5708 return C_Address; in getConstraintType()
6099 case TargetLowering::C_Address: in getConstraintPiority()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5111 C_Address, // Address constraint. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1506 return C_Address; in getConstraintType()