Lines Matching refs:CallOperandVal
5713 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints()
5731 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints()
5734 OpInfo.CallOperandVal = cast<CallBrInst>(&Call)->getIndirectDest(LabelNo); in ParseConstraints()
5742 if (OpInfo.CallOperandVal) { in ParseConstraints()
5743 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
5921 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
5924 if (!CallOperandVal) in getSingleConstraintMatchWeight()
5930 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
5934 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
5939 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
5952 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
6070 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in ComputeConstraintToUse()
6074 Value *v = OpInfo.CallOperandVal; in ComputeConstraintToUse()