reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/Analysis.cpp
  185       if (CType == TargetLowering::C_Memory)
lib/CodeGen/CodeGenPrepare.cpp
 4404         (OpInfo.ConstraintType != TargetLowering::C_Memory ||
 5045     if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7745       if (TLI.getConstraintType(Code) == TargetLowering::C_Memory)
 7892   if (OpInfo.ConstraintType == TargetLowering::C_Memory)
 8024     if (OpInfo.ConstraintType == TargetLowering::C_Memory ||
 8150     if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
 8156     if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
 8203       if (OpInfo.ConstraintType == TargetLowering::C_Memory ||
 8309         OpInfo.ConstraintType = TargetLowering::C_Memory;
 8338       if (OpInfo.ConstraintType == TargetLowering::C_Memory) {
 8472       case TargetLowering::C_Memory:
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 3986       return C_Memory;
 4011       return C_Memory;
 4374   case TargetLowering::C_Memory:
 4506     if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput())
lib/Target/AArch64/AArch64ISelLowering.cpp
 5919       return C_Memory;
lib/Target/ARM/ARMISelLowering.cpp
15626     case 'Q': return C_Memory;
15633     case 'U': return C_Memory;
lib/Target/AVR/AVRISelLowering.cpp
 1709       return C_Memory;
lib/Target/Mips/MipsISelLowering.cpp
 3781         return C_Memory;
 3786     return C_Memory;
lib/Target/PowerPC/PPCISelLowering.cpp
14234       return C_Memory;
lib/Target/RISCV/RISCVISelLowering.cpp
 2548       return C_Memory;
lib/Target/SystemZ/SystemZISelLowering.cpp
  968       return C_Memory;