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

References

lib/CodeGen/CodeGenPrepare.cpp
 4403     if (OpInfo.CallOperandVal == OpVal &&
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7756     if (!CallOperandVal) return MVT::Other;
 7758     if (isa<BasicBlock>(CallOperandVal))
 7761     llvm::Type *OpTy = CallOperandVal->getType();
 7849   const Value *OpVal = OpInfo.CallOperandVal;
 8065       OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
 8073         const auto *BA = cast<BlockAddress>(OpInfo.CallOperandVal);
 8076       } else if (const auto *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) {
 8079         OpInfo.CallOperand = getValue(OpInfo.CallOperandVal);
 8166       OpInfo.CallOperandVal = nullptr;
 8480         const Value *Ptr = OpInfo.CallOperandVal;
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 4207         OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
 4225       OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
 4232     if (OpInfo.CallOperandVal) {
 4233       llvm::Type *OpTy = OpInfo.CallOperandVal->getType();
 4411   Value *CallOperandVal = info.CallOperandVal;
 4538   if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) {
 4542     Value *v = OpInfo.CallOperandVal;
 4544       OpInfo.CallOperandVal = v;
lib/Target/AArch64/AArch64ISelLowering.cpp
 5946   Value *CallOperandVal = info.CallOperandVal;
lib/Target/ARM/ARMISelLowering.cpp
15646   Value *CallOperandVal = info.CallOperandVal;
lib/Target/AVR/AVRISelLowering.cpp
 1742   Value *CallOperandVal = info.CallOperandVal;
lib/Target/Lanai/LanaiISelLowering.cpp
  258   Value *CallOperandVal = Info.CallOperandVal;
lib/Target/Mips/MipsISelLowering.cpp
 3798   Value *CallOperandVal = info.CallOperandVal;
lib/Target/PowerPC/PPCISelLowering.cpp
14253   Value *CallOperandVal = info.CallOperandVal;
lib/Target/Sparc/SparcISelLowering.cpp
 3199   Value *CallOperandVal = info.CallOperandVal;
 3211     if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
lib/Target/SystemZ/SystemZISelLowering.cpp
  988   Value *CallOperandVal = info.CallOperandVal;
lib/Target/X86/X86ISelLowering.cpp
45425   Value *CallOperandVal = info.CallOperandVal;
45510     if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {