| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 160 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in computeConstraintToUse() 164 Value *Val = OpInfo.CallOperandVal; in computeConstraintToUse() 243 OpInfo.CallOperandVal = 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 D | AVRISelLowering.cpp | 2476 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 2481 if (!CallOperandVal) { in getSingleConstraintMatchWeight() 2510 if (const ConstantFP *C = dyn_cast<ConstantFP>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2517 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2524 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2531 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2538 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2545 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2552 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2559 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 246 Value *CallOperandVal = Info.CallOperandVal; in getSingleConstraintMatchWeight() local 249 if (CallOperandVal == nullptr) in getSingleConstraintMatchWeight() 260 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 282 Value *CallOperandVal = Info.CallOperandVal; in getSingleConstraintMatchWeight() local 285 if (!CallOperandVal) in getSingleConstraintMatchWeight() 288 Type *Ty = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5930 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints() 5949 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints() 5952 OpInfo.CallOperandVal = cast<CallBrInst>(&Call)->getIndirectDest(LabelNo); in ParseConstraints() 5960 if (OpInfo.CallOperandVal) { in ParseConstraints() 5961 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints() 6142 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 6145 if (!CallOperandVal) in getSingleConstraintMatchWeight() 6151 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() 6155 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight() 6160 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight() [all …]
|
| H A D | SelectionDAGBuilder.cpp | 9723 const Value *OpVal = OpInfo.CallOperandVal; in getAddressForMemoryInput() 9963 if (OpInfo.CallOperandVal) in visitInlineAsm() 9964 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm() 10072 OpInfo.CallOperandVal = nullptr; in visitInlineAsm() 10441 const Value *Ptr = OpInfo.CallOperandVal; in visitInlineAsm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 3296 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 3299 if (!CallOperandVal) in getSingleConstraintMatchWeight() 3308 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 4141 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 4144 if (!CallOperandVal) in getSingleConstraintMatchWeight() 4146 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight() 4177 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 1519 Value *CallOperandVal = Info.CallOperandVal; in getSingleConstraintMatchWeight() local 1522 if (!CallOperandVal) in getSingleConstraintMatchWeight() 1524 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight() 1536 CallOperandVal->getType()->isIntegerTy() ? CW_Register : CW_Default; in getSingleConstraintMatchWeight() 1551 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() 1557 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() 1563 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() 1569 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() 1575 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 5147 Value *CallOperandVal = nullptr; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 61123 Value *CallOperandVal = Info.CallOperandVal; in getSingleConstraintMatchWeight() local 61126 if (!CallOperandVal) in getSingleConstraintMatchWeight() 61128 Type *Ty = CallOperandVal->getType(); in getSingleConstraintMatchWeight() 61144 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight() 61197 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight() 61217 if (auto *C = dyn_cast<ConstantInt>(Info.CallOperandVal)) in getSingleConstraintMatchWeight() 61222 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() 61227 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() 61232 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() 61237 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 17653 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 17656 if (!CallOperandVal) in getSingleConstraintMatchWeight() 17658 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 20340 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 20343 if (!CallOperandVal) in getSingleConstraintMatchWeight() 20345 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 5541 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 12495 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 12498 if (!CallOperandVal) in getSingleConstraintMatchWeight() 12500 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
|