Lines Matching refs:CallOperandVal
5638 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints()
5656 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints()
5659 OpInfo.CallOperandVal = cast<CallBrInst>(&Call)->getIndirectDest(LabelNo); in ParseConstraints()
5667 if (OpInfo.CallOperandVal) { in ParseConstraints()
5668 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
5846 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
5849 if (!CallOperandVal) in getSingleConstraintMatchWeight()
5855 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
5859 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
5864 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
5877 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
5995 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in ComputeConstraintToUse()
5999 Value *v = OpInfo.CallOperandVal; in ComputeConstraintToUse()