Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDInlineAsmLowering.cpp612 case TargetLowering::C_Address: in lowerInlineAsm()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.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()
HDTargetLowering.cpp5491 return C_Address; in getConstraintType()
5878 case TargetLowering::C_Address: in getConstraintPiority()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h4932 C_Address, // Address constraint. enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp1189 return C_Address; in getConstraintType()