Searched refs:CallOperandVal (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2907 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
2924 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
2931 if (OpInfo.CallOperandVal) {
2932 llvm::Type *OpTy = OpInfo.CallOperandVal->getType();
3111 Value *CallOperandVal = info.CallOperandVal; local
3114 if (CallOperandVal == NULL)
3120 if (isa<ConstantInt>(CallOperandVal))
3124 if (isa<GlobalValue>(CallOperandVal))
3129 if (isa<ConstantFP>(CallOperandVal))
[all...]
H A DSelectionDAGBuilder.cpp5779 if (CallOperandVal == 0) return MVT::Other;
5781 if (isa<BasicBlock>(CallOperandVal))
5784 llvm::Type *OpTy = CallOperandVal->getType();
5961 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
5977 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
5986 if (OpInfo.CallOperandVal) {
5987 if (const BasicBlock *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) {
5990 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal);
6073 const Value *OpVal = OpInfo.CallOperandVal;
6095 OpInfo.CallOperandVal
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h1523 Value *CallOperandVal;
1541 CallOperandVal(info.CallOperandVal),
1549 CallOperandVal(0), ConstraintVT(MVT::Other) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp1101 Value *CallOperandVal = info.CallOperandVal; local
1104 if (CallOperandVal == NULL)
1106 Type *type = CallOperandVal->getType();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp394 if (OpInfo.CallOperandVal == OpVal &&
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp3548 Value *CallOperandVal = info.CallOperandVal; local
3551 if (CallOperandVal == NULL)
3553 Type *type = CallOperandVal->getType();
3581 if (isa<ConstantInt>(CallOperandVal))
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.cpp3114 Value *CallOperandVal = info.CallOperandVal; local
3117 if (CallOperandVal == NULL)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp16559 Value *CallOperandVal = info.CallOperandVal; local
16562 if (CallOperandVal == NULL)
16564 Type *type = CallOperandVal->getType();
16579 if (CallOperandVal->getType()->isIntegerTy())
16599 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
16605 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
16611 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
16617 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
16623 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5777 Value *CallOperandVal = info.CallOperandVal; local
5780 if (CallOperandVal == NULL)
5782 Type *type = CallOperandVal->getType();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp9603 Value *CallOperandVal = info.CallOperandVal; local
9606 if (CallOperandVal == NULL)
9608 Type *type = CallOperandVal->getType();

Completed in 497 milliseconds