/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 = 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 D | AVRISelLowering.cpp | 2522 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 D | LanaiISelLowering.cpp | 256 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 D | TargetLowering.cpp | 5713 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 D | SelectionDAGBuilder.cpp | 9560 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 D | SystemZISelLowering.cpp | 1202 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 D | SparcISelLowering.cpp | 3442 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 D | MipsISelLowering.cpp | 3983 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 D | TargetLowering.h | 4968 Value *CallOperandVal = nullptr; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 58356 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 D | PPCISelLowering.cpp | 16749 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 D | ARMISelLowering.cpp | 20406 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 D | CodeGenPrepare.cpp | 5196 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 11638 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 11641 if (!CallOperandVal) in getSingleConstraintMatchWeight() 11643 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
|