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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2332 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
2350 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
2357 if (OpInfo.CallOperandVal) {
2358 llvm::Type *OpTy = OpInfo.CallOperandVal->getType();
2535 Value *CallOperandVal = info.CallOperandVal; local
2538 if (!CallOperandVal)
2544 if (isa<ConstantInt>(CallOperandVal))
2548 if (isa<GlobalValue>(CallOperandVal))
2553 if (isa<ConstantFP>(CallOperandVal))
[all...]
H A DSelectionDAGBuilder.cpp5984 if (!CallOperandVal) return MVT::Other;
5986 if (isa<BasicBlock>(CallOperandVal))
5989 llvm::Type *OpTy = CallOperandVal->getType();
6167 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
6184 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
6193 if (OpInfo.CallOperandVal) {
6194 if (const BasicBlock *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) {
6197 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal);
6286 const Value *OpVal = OpInfo.CallOperandVal;
6310 OpInfo.CallOperandVal
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h2678 Value *CallOperandVal;
2694 ConstraintType(TargetLowering::C_Unknown), CallOperandVal(nullptr),
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp583 Value *CallOperandVal = info.CallOperandVal; local
586 if (!CallOperandVal)
588 Type *type = CallOperandVal->getType();
599 if (CallOperandVal->getType()->isIntegerTy())
609 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
615 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
621 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
627 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
633 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3265 Value *CallOperandVal = info.CallOperandVal; local
3268 if (!CallOperandVal)
3270 Type *type = CallOperandVal->getType();
3301 if (isa<ConstantInt>(CallOperandVal))
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3219 Value *CallOperandVal = info.CallOperandVal; local
3222 if (!CallOperandVal)
3231 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4581 Value *CallOperandVal = info.CallOperandVal; local
4584 if (!CallOperandVal)
4586 Type *type = CallOperandVal->getType();
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11359 Value *CallOperandVal = info.CallOperandVal; local
11362 if (!CallOperandVal)
11364 Type *type = CallOperandVal->getType();
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10868 Value *CallOperandVal = info.CallOperandVal; local
10871 if (!CallOperandVal)
10873 Type *type = CallOperandVal->getType();
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3421 if (OpInfo.CallOperandVal == OpVal &&

Completed in 325 milliseconds