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.cpp9610 OpInfo.ConstraintType == TargetLowering::C_Address) in getRegistersForValue()
9868 OpInfo.ConstraintType == TargetLowering::C_Address) in visitInlineAsm()
9894 OpInfo.ConstraintType = TargetLowering::C_Address; in visitInlineAsm()
9969 assert((OpInfo.ConstraintType != TargetLowering::C_Address || in visitInlineAsm()
10123 if (OpInfo.ConstraintType == TargetLowering::C_Address) { in visitInlineAsm()
10271 case TargetLowering::C_Address: in visitInlineAsm()
H A DTargetLowering.cpp5491 return C_Address; in getConstraintType()
5878 case TargetLowering::C_Address: in getConstraintPiority()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4932 C_Address, // Address constraint. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1189 return C_Address; in getConstraintType()