Searched defs:CallOperandVal (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp1101 Value *CallOperandVal = info.CallOperandVal; local
1104 if (CallOperandVal == NULL)
1106 Type *type = CallOperandVal->getType();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2902 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
2919 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
2926 if (OpInfo.CallOperandVal) {
2927 llvm::Type *OpTy = OpInfo.CallOperandVal->getType();
3106 Value *CallOperandVal = info.CallOperandVal; local
3109 if (CallOperandVal == NULL)
3115 if (isa<ConstantInt>(CallOperandVal))
3119 if (isa<GlobalValue>(CallOperandVal))
3124 if (isa<ConstantFP>(CallOperandVal))
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp3114 Value *CallOperandVal = info.CallOperandVal; local
3117 if (CallOperandVal == NULL)
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3277 Value *CallOperandVal = info.CallOperandVal; local
3280 if (CallOperandVal == NULL)
3282 Type *type = CallOperandVal->getType();
3310 if (isa<ConstantInt>(CallOperandVal))
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5685 Value *CallOperandVal = info.CallOperandVal; local
5688 if (CallOperandVal == NULL)
5690 Type *type = CallOperandVal->getType();
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9564 Value *CallOperandVal = info.CallOperandVal; local
9567 if (CallOperandVal == NULL)
9569 Type *type = CallOperandVal->getType();
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16401 Value *CallOperandVal = info.CallOperandVal; local
16404 if (CallOperandVal == NULL)
16406 Type *type = CallOperandVal->getType();
16421 if (CallOperandVal->getType()->isIntegerTy())
16441 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
16447 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
16453 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
16459 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
16465 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
[all...]

Completed in 158 milliseconds