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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2263 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
2280 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
2287 if (OpInfo.CallOperandVal) {
2288 llvm::Type *OpTy = OpInfo.CallOperandVal->getType();
2469 Value *CallOperandVal = info.CallOperandVal; local
2472 if (!CallOperandVal)
2478 if (isa<ConstantInt>(CallOperandVal))
2482 if (isa<GlobalValue>(CallOperandVal))
2487 if (isa<ConstantFP>(CallOperandVal))
[all...]
H A DSelectionDAGBuilder.cpp6056 if (!CallOperandVal) return MVT::Other;
6058 if (isa<BasicBlock>(CallOperandVal))
6061 llvm::Type *OpTy = CallOperandVal->getType();
6238 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
6254 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
6263 if (OpInfo.CallOperandVal) {
6264 if (const BasicBlock *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) {
6267 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal);
6355 const Value *OpVal = OpInfo.CallOperandVal;
6377 OpInfo.CallOperandVal
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp424 Value *CallOperandVal = info.CallOperandVal; local
427 if (!CallOperandVal)
429 Type *type = CallOperandVal->getType();
440 if (CallOperandVal->getType()->isIntegerTy())
450 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
456 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
462 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
468 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
474 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2463 Value *CallOperandVal;
2480 CallOperandVal(nullptr), ConstraintVT(MVT::Other) {
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2914 Value *CallOperandVal = info.CallOperandVal; local
2917 if (!CallOperandVal)
2919 Type *type = CallOperandVal->getType();
2950 if (isa<ConstantInt>(CallOperandVal))
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3078 Value *CallOperandVal = info.CallOperandVal; local
3081 if (!CallOperandVal)
3090 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22301 Value *CallOperandVal = info.CallOperandVal;
22304 if (!CallOperandVal)
22306 Type *type = CallOperandVal->getType();
22321 if (CallOperandVal->getType()->isIntegerTy())
22341 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
22347 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
22353 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
22359 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
22365 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
[all...]
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2278 if (OpInfo.CallOperandVal == OpVal &&
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3862 Value *CallOperandVal = info.CallOperandVal; local
3865 if (!CallOperandVal)
3867 Type *type = CallOperandVal->getType();
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10308 Value *CallOperandVal = info.CallOperandVal; local
10311 if (!CallOperandVal)
10313 Type *type = CallOperandVal->getType();
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8569 Value *CallOperandVal = info.CallOperandVal; local
8572 if (!CallOperandVal)
8574 Type *type = CallOperandVal->getType();

Completed in 954 milliseconds