Lines Matching full:opinfo
1257 TargetLowering::AsmOperandInfo &OpInfo = TargetConstraints[i];
1260 TLI.ComputeConstraintToUse(OpInfo, SDValue());
1264 if (OpInfo.CallOperandVal == OpVal &&
1265 (OpInfo.ConstraintType != TargetLowering::C_Memory ||
1266 !OpInfo.isIndirect))
1674 TargetLowering::AsmOperandInfo &OpInfo = TargetConstraints[i];
1677 TLI->ComputeConstraintToUse(OpInfo, SDValue());
1679 if (OpInfo.ConstraintType == TargetLowering::C_Memory &&
1680 OpInfo.isIndirect) {
1683 } else if (OpInfo.Type == InlineAsm::isInput)