Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp160 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in computeConstraintToUse()
164 Value *Val = OpInfo.CallOperandVal; in computeConstraintToUse()
243 OpInfo.CallOperandVal = const_cast<Value *>(Call.getArgOperand(ArgNo)); in lowerInlineAsm()
245 if (isa<BasicBlock>(OpInfo.CallOperandVal)) { in lowerInlineAsm()
250 Type *OpTy = OpInfo.CallOperandVal->getType(); in lowerInlineAsm()
333 GetOrCreateVRegs(*OpInfo.CallOperandVal); in lowerInlineAsm()
405 ArrayRef<Register> SrcRegs = GetOrCreateVRegs(*OpInfo.CallOperandVal); in lowerInlineAsm()
437 if (!lowerAsmOperandForConstraint(OpInfo.CallOperandVal, in lowerInlineAsm()
472 GetOrCreateVRegs(*OpInfo.CallOperandVal); in lowerInlineAsm()
500 ArrayRef<Register> SourceRegs = GetOrCreateVRegs(*OpInfo.CallOperandVal); in lowerInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2522 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
2527 if (!CallOperandVal) { in getSingleConstraintMatchWeight()
2556 if (const ConstantFP *C = dyn_cast<ConstantFP>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2563 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2570 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2577 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2584 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2591 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2598 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2605 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp256 Value *CallOperandVal = Info.CallOperandVal; in getSingleConstraintMatchWeight() local
259 if (CallOperandVal == nullptr) in getSingleConstraintMatchWeight()
270 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5713 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints()
5731 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints()
5734 OpInfo.CallOperandVal = cast<CallBrInst>(&Call)->getIndirectDest(LabelNo); in ParseConstraints()
5742 if (OpInfo.CallOperandVal) { in ParseConstraints()
5743 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
5921 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
5924 if (!CallOperandVal) in getSingleConstraintMatchWeight()
5930 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
5934 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
5939 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
[all …]
H A DSelectionDAGBuilder.cpp9560 const Value *OpVal = OpInfo.CallOperandVal; in getAddressForMemoryInput()
9800 if (OpInfo.CallOperandVal) in visitInlineAsm()
9801 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
9909 OpInfo.CallOperandVal = nullptr; in visitInlineAsm()
10279 const Value *Ptr = OpInfo.CallOperandVal; in visitInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1202 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
1205 if (!CallOperandVal) in getSingleConstraintMatchWeight()
1207 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
1218 weight = CallOperandVal->getType()->isIntegerTy() ? CW_Register : CW_Default; in getSingleConstraintMatchWeight()
1233 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1239 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1245 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1251 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1257 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3442 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3445 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3454 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3983 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3986 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3988 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
4019 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4968 Value *CallOperandVal = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp58356 Value *CallOperandVal = Info.CallOperandVal; in getSingleConstraintMatchWeight() local
58359 if (!CallOperandVal) in getSingleConstraintMatchWeight()
58361 Type *Ty = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
58377 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
58430 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
58450 if (auto *C = dyn_cast<ConstantInt>(Info.CallOperandVal)) in getSingleConstraintMatchWeight()
58455 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
58460 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
58465 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
58470 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16749 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
16752 if (!CallOperandVal) in getSingleConstraintMatchWeight()
16754 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20406 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
20409 if (!CallOperandVal) in getSingleConstraintMatchWeight()
20411 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5196 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11638 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
11641 if (!CallOperandVal) in getSingleConstraintMatchWeight()
11643 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()