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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp218 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) {
222 Value *Val = OpInfo.CallOperandVal;
303 OpInfo.CallOperandVal = const_cast<Value *>(Call.getArgOperand(ArgNo++));
305 if (isa<BasicBlock>(OpInfo.CallOperandVal)) {
310 Type *OpTy = OpInfo.CallOperandVal->getType();
388 GetOrCreateVRegs(*OpInfo.CallOperandVal);
458 ArrayRef<Register> SrcRegs = GetOrCreateVRegs(*OpInfo.CallOperandVal);
490 if (!lowerAsmOperandForConstraint(OpInfo.CallOperandVal,
525 GetOrCreateVRegs(*OpInfo.CallOperandVal);
553 ArrayRef<Register> SourceRegs = GetOrCreateVRegs(*OpInfo.CallOperandVal);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1704 Value *CallOperandVal = info.CallOperandVal; local
1709 if (!CallOperandVal) {
1735 if (const ConstantFP *C = dyn_cast<ConstantFP>(CallOperandVal)) {
1742 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
1749 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
1756 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
1763 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
1770 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
1777 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) {
[all...]
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4493 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo++);
4510 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo++);
4517 if (OpInfo.CallOperandVal) {
4518 llvm::Type *OpTy = OpInfo.CallOperandVal->getType();
4696 Value *CallOperandVal = info.CallOperandVal; local
4699 if (!CallOperandVal)
4705 if (isa<ConstantInt>(CallOperandVal))
4709 if (isa<GlobalValue>(CallOperandVal))
4714 if (isa<ConstantFP>(CallOperandVal))
[all...]
H A DSelectionDAGBuilder.cpp7785 if (!CallOperandVal) return MVT::Other;
7787 if (isa<BasicBlock>(CallOperandVal))
7790 llvm::Type *OpTy = CallOperandVal->getType();
7877 const Value *OpVal = OpInfo.CallOperandVal;
8094 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo++);
8105 const auto *BA = cast<BlockAddress>(OpInfo.CallOperandVal);
8108 } else if (const auto *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) {
8111 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal);
8201 OpInfo.CallOperandVal = nullptr;
8528 const Value *Ptr = OpInfo.CallOperandVal;
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3205 Value *CallOperandVal = info.CallOperandVal; local
3208 if (!CallOperandVal)
3217 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3952 Value *CallOperandVal = info.CallOperandVal; local
3955 if (!CallOperandVal)
3957 Type *type = CallOperandVal->getType();
3988 if (isa<ConstantInt>(CallOperandVal))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1038 Value *CallOperandVal = info.CallOperandVal; local
1041 if (!CallOperandVal)
1043 Type *type = CallOperandVal->getType();
1054 if (CallOperandVal->getType()->isIntegerTy())
1070 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
1076 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
1082 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
1088 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
1094 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal))
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4110 Value *CallOperandVal = nullptr; member in struct:llvm::TargetLoweringBase::TargetLowering::AsmOperandInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15695 Value *CallOperandVal = info.CallOperandVal; local
15698 if (!CallOperandVal)
15700 Type *type = CallOperandVal->getType();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6666 Value *CallOperandVal = info.CallOperandVal; local
6669 if (!CallOperandVal)
6671 Type *type = CallOperandVal->getType();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17336 Value *CallOperandVal = info.CallOperandVal; local
17339 if (!CallOperandVal)
17341 Type *type = CallOperandVal->getType();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4627 if (OpInfo.CallOperandVal == OpVal &&

Completed in 497 milliseconds