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

References

lib/CodeGen/CodeGenPrepare.cpp
 4404         (OpInfo.ConstraintType != TargetLowering::C_Memory ||
 5045     if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7892   if (OpInfo.ConstraintType == TargetLowering::C_Memory)
 8024     if (OpInfo.ConstraintType == TargetLowering::C_Memory ||
 8025         OpInfo.ConstraintType == TargetLowering::C_Other) {
 8112     if (T.ConstraintType == TargetLowering::C_Immediate &&
 8150     if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
 8156     if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
 8203       if (OpInfo.ConstraintType == TargetLowering::C_Memory ||
 8204           ((OpInfo.ConstraintType == TargetLowering::C_Immediate ||
 8205             OpInfo.ConstraintType == TargetLowering::C_Other) &&
 8219       } else if (((OpInfo.ConstraintType == TargetLowering::C_Immediate ||
 8220                    OpInfo.ConstraintType == TargetLowering::C_Other) &&
 8222                  OpInfo.ConstraintType == TargetLowering::C_Register ||
 8223                  OpInfo.ConstraintType == TargetLowering::C_RegisterClass) {
 8306       if ((OpInfo.ConstraintType == TargetLowering::C_Immediate ||
 8307            OpInfo.ConstraintType == TargetLowering::C_Other) &&
 8309         OpInfo.ConstraintType = TargetLowering::C_Memory;
 8311       if (OpInfo.ConstraintType == TargetLowering::C_Immediate ||
 8312           OpInfo.ConstraintType == TargetLowering::C_Other) {
 8317           if (OpInfo.ConstraintType == TargetLowering::C_Immediate)
 8338       if (OpInfo.ConstraintType == TargetLowering::C_Memory) {
 8359       assert((OpInfo.ConstraintType == TargetLowering::C_RegisterClass ||
 8360               OpInfo.ConstraintType == TargetLowering::C_Register ||
 8361               OpInfo.ConstraintType == TargetLowering::C_Immediate) &&
 8461       switch (OpInfo.ConstraintType) {
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 4519   OpInfo.ConstraintType = BestType;
 4532     OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode);
 4555       OpInfo.ConstraintType = getConstraintType(OpInfo.ConstraintCode);