Lines Matching refs:CallOperandVal
4678 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo++); in ParseConstraints()
4696 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo++); in ParseConstraints()
4703 if (OpInfo.CallOperandVal) { in ParseConstraints()
4704 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
4882 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
4885 if (!CallOperandVal) in getSingleConstraintMatchWeight()
4891 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
4895 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
4900 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
4913 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
5015 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in ComputeConstraintToUse()
5019 Value *v = OpInfo.CallOperandVal; in ComputeConstraintToUse()
5021 OpInfo.CallOperandVal = v; in ComputeConstraintToUse()