Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DInlineAsmLowering.cpp218 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in computeConstraintToUse()
222 Value *Val = OpInfo.CallOperandVal; in computeConstraintToUse()
303 OpInfo.CallOperandVal = const_cast<Value *>(Call.getArgOperand(ArgNo++)); in lowerInlineAsm()
305 if (isa<BasicBlock>(OpInfo.CallOperandVal)) { in lowerInlineAsm()
310 Type *OpTy = OpInfo.CallOperandVal->getType(); in lowerInlineAsm()
393 GetOrCreateVRegs(*OpInfo.CallOperandVal); in lowerInlineAsm()
463 ArrayRef<Register> SrcRegs = GetOrCreateVRegs(*OpInfo.CallOperandVal); in lowerInlineAsm()
495 if (!lowerAsmOperandForConstraint(OpInfo.CallOperandVal, in lowerInlineAsm()
530 GetOrCreateVRegs(*OpInfo.CallOperandVal); in lowerInlineAsm()
558 ArrayRef<Register> SourceRegs = GetOrCreateVRegs(*OpInfo.CallOperandVal); in lowerInlineAsm()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRISelLowering.cpp1820 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
1825 if (!CallOperandVal) { in getSingleConstraintMatchWeight()
1851 if (const ConstantFP *C = dyn_cast<ConstantFP>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1858 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1865 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1872 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1879 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1886 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1893 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1900 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp258 Value *CallOperandVal = Info.CallOperandVal; in getSingleConstraintMatchWeight() local
261 if (CallOperandVal == nullptr) in getSingleConstraintMatchWeight()
272 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4678 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo++); in ParseConstraints()
4696 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo++); in ParseConstraints()
4703 if (OpInfo.CallOperandVal) { in ParseConstraints()
4704 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
4882 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
4885 if (!CallOperandVal) in getSingleConstraintMatchWeight()
4891 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
4895 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
4900 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
4913 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
[all …]
DSelectionDAGBuilder.cpp8140 if (!CallOperandVal) return MVT::Other; in getCallOperandValEVT()
8142 if (isa<BasicBlock>(CallOperandVal)) in getCallOperandValEVT()
8145 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT()
8232 const Value *OpVal = OpInfo.CallOperandVal; in getAddressForMemoryInput()
8450 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo++); in visitInlineAsm()
8461 const auto *BA = cast<BlockAddress>(OpInfo.CallOperandVal); in visitInlineAsm()
8464 } else if (const auto *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) { in visitInlineAsm()
8467 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
8565 OpInfo.CallOperandVal = nullptr; in visitInlineAsm()
8891 const Value *Ptr = OpInfo.CallOperandVal; in visitInlineAsm()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1045 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
1048 if (!CallOperandVal) in getSingleConstraintMatchWeight()
1050 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
1061 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
1077 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1083 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1089 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1095 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1101 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp3210 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3213 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3222 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3958 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3961 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3963 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
3994 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h4177 Value *CallOperandVal = nullptr; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp51715 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
51718 if (!CallOperandVal) in getSingleConstraintMatchWeight()
51720 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
51736 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
51796 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
51802 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
51808 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
51814 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
51820 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
51826 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp15641 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
15644 if (!CallOperandVal) in getSingleConstraintMatchWeight()
15646 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8199 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
8202 if (!CallOperandVal) in getSingleConstraintMatchWeight()
8204 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp19124 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
19127 if (!CallOperandVal) in getSingleConstraintMatchWeight()
19129 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4846 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()