Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A 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-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A 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-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp258 Value *CallOperandVal = Info.CallOperandVal; in getSingleConstraintMatchWeight() local
261 if (CallOperandVal == nullptr) in getSingleConstraintMatchWeight()
272 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4696 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()
5019 Value *v = OpInfo.CallOperandVal; in ComputeConstraintToUse()
[all …]
H A 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-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A 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-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A 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-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A 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-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4177 Value *CallOperandVal = nullptr; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51711 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
51714 if (!CallOperandVal) in getSingleConstraintMatchWeight()
51716 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
51732 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
51798 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
51804 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
51810 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
51816 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
51822 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
51829 if (isa<ConstantFP>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15641 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
15644 if (!CallOperandVal) in getSingleConstraintMatchWeight()
15646 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8199 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
8202 if (!CallOperandVal) in getSingleConstraintMatchWeight()
8204 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19124 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
19127 if (!CallOperandVal) in getSingleConstraintMatchWeight()
19129 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4846 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()