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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1741 Value *CallOperandVal = info.CallOperandVal; local
1746 if (!CallOperandVal) {
1772 if (const ConstantFP *C = dyn_cast<ConstantFP>(CallOperandVal)) {
1779 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
1786 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
1793 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
1800 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
1807 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
1814 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp258 Value *CallOperandVal = Info.CallOperandVal; local
261 if (CallOperandVal == nullptr)
272 if (isa<ConstantInt>(CallOperandVal))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4274 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
4292 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
4299 if (OpInfo.CallOperandVal) {
4300 llvm::Type *OpTy = OpInfo.CallOperandVal->getType();
4478 Value *CallOperandVal = info.CallOperandVal; local
4481 if (!CallOperandVal)
4487 if (isa<ConstantInt>(CallOperandVal))
4491 if (isa<GlobalValue>(CallOperandVal))
4496 if (isa<ConstantFP>(CallOperandVal))
[all...]
H A DSelectionDAGBuilder.cpp7818 if (!CallOperandVal) return MVT::Other;
7820 if (isa<BasicBlock>(CallOperandVal))
7823 llvm::Type *OpTy = CallOperandVal->getType();
7911 const Value *OpVal = OpInfo.CallOperandVal;
8127 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++));
8135 const auto *BA = cast<BlockAddress>(OpInfo.CallOperandVal);
8138 } else if (const auto *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) {
8141 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal);
8228 OpInfo.CallOperandVal = nullptr;
8532 const Value *Ptr = OpInfo.CallOperandVal;
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1019 Value *CallOperandVal = info.CallOperandVal; local
1022 if (!CallOperandVal)
1024 Type *type = CallOperandVal->getType();
1035 if (CallOperandVal->getType()->isIntegerTy())
1051 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
1057 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
1063 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
1069 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
1075 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3199 Value *CallOperandVal = info.CallOperandVal; local
3202 if (!CallOperandVal)
3211 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3925 Value *CallOperandVal = info.CallOperandVal; local
3928 if (!CallOperandVal)
3930 Type *type = CallOperandVal->getType();
3961 if (isa<ConstantInt>(CallOperandVal))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3895 Value *CallOperandVal = nullptr; member in struct:llvm::TargetLoweringBase::TargetLowering::AsmOperandInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6231 Value *CallOperandVal = info.CallOperandVal; local
6234 if (!CallOperandVal)
6236 Type *type = CallOperandVal->getType();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14600 Value *CallOperandVal = info.CallOperandVal; local
14603 if (!CallOperandVal)
14605 Type *type = CallOperandVal->getType();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4516 if (OpInfo.CallOperandVal == OpVal &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15920 Value *CallOperandVal = info.CallOperandVal; local
15923 if (!CallOperandVal)
15925 Type *type = CallOperandVal->getType();

Completed in 703 milliseconds