| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 218 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 D | AVRISelLowering.cpp | 1820 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 D | LanaiISelLowering.cpp | 258 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 D | TargetLowering.cpp | 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() 5019 Value *v = OpInfo.CallOperandVal; in ComputeConstraintToUse() [all …]
|
| H A D | SelectionDAGBuilder.cpp | 8140 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 D | SystemZISelLowering.cpp | 1045 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 D | SparcISelLowering.cpp | 3210 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 D | MipsISelLowering.cpp | 3958 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 D | TargetLowering.h | 4177 Value *CallOperandVal = nullptr; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 51711 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 D | PPCISelLowering.cpp | 15641 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 D | AArch64ISelLowering.cpp | 8199 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 D | ARMISelLowering.cpp | 19124 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 D | CodeGenPrepare.cpp | 4846 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()
|