| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 214 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in computeConstraintToUse() 218 Value *Val = OpInfo.CallOperandVal; in computeConstraintToUse() 297 OpInfo.CallOperandVal = const_cast<Value *>(Call.getArgOperand(ArgNo)); in lowerInlineAsm() 299 if (isa<BasicBlock>(OpInfo.CallOperandVal)) { in lowerInlineAsm() 304 Type *OpTy = OpInfo.CallOperandVal->getType(); in lowerInlineAsm() 387 GetOrCreateVRegs(*OpInfo.CallOperandVal); in lowerInlineAsm() 458 ArrayRef<Register> SrcRegs = GetOrCreateVRegs(*OpInfo.CallOperandVal); in lowerInlineAsm() 490 if (!lowerAsmOperandForConstraint(OpInfo.CallOperandVal, in lowerInlineAsm() 525 GetOrCreateVRegs(*OpInfo.CallOperandVal); in lowerInlineAsm() 553 ArrayRef<Register> SourceRegs = GetOrCreateVRegs(*OpInfo.CallOperandVal); in lowerInlineAsm()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 2473 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 2478 if (!CallOperandVal) { in getSingleConstraintMatchWeight() 2507 if (const ConstantFP *C = dyn_cast<ConstantFP>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2514 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2521 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2528 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2535 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2542 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2549 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 2556 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 254 Value *CallOperandVal = Info.CallOperandVal; in getSingleConstraintMatchWeight() local 257 if (CallOperandVal == nullptr) in getSingleConstraintMatchWeight() 268 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5406 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints() 5424 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints() 5427 OpInfo.CallOperandVal = cast<CallBrInst>(&Call)->getIndirectDest(LabelNo); in ParseConstraints() 5435 if (OpInfo.CallOperandVal) { in ParseConstraints() 5436 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints() 5607 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 5610 if (!CallOperandVal) in getSingleConstraintMatchWeight() 5616 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() 5620 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight() 5625 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight() [all …]
|
| H A D | SelectionDAGBuilder.cpp | 8639 const Value *OpVal = OpInfo.CallOperandVal; in getAddressForMemoryInput() 8875 if (OpInfo.CallOperandVal) in visitInlineAsm() 8876 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm() 8984 OpInfo.CallOperandVal = nullptr; in visitInlineAsm() 9361 const Value *Ptr = OpInfo.CallOperandVal; in visitInlineAsm()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 1092 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 1095 if (!CallOperandVal) in getSingleConstraintMatchWeight() 1097 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight() 1108 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight() 1124 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() 1130 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() 1136 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() 1142 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight() 1148 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 3398 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 3401 if (!CallOperandVal) in getSingleConstraintMatchWeight() 3410 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 3970 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 3973 if (!CallOperandVal) in getSingleConstraintMatchWeight() 3975 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight() 4007 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4626 Value *CallOperandVal = nullptr; member
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 56946 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 56949 if (!CallOperandVal) in getSingleConstraintMatchWeight() 56951 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight() 56967 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight() 57027 if (auto *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight() 57033 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 57039 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 57045 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 57051 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() 57057 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 16197 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 16200 if (!CallOperandVal) in getSingleConstraintMatchWeight() 16202 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 20170 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 20173 if (!CallOperandVal) in getSingleConstraintMatchWeight() 20175 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 4957 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 9980 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local 9983 if (!CallOperandVal) in getSingleConstraintMatchWeight() 9985 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
|