Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp214 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()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1990 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
1995 if (!CallOperandVal) { in getSingleConstraintMatchWeight()
2024 if (const ConstantFP *C = dyn_cast<ConstantFP>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2031 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2038 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2045 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2052 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2059 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2066 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
2073 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp254 Value *CallOperandVal = Info.CallOperandVal; in getSingleConstraintMatchWeight() local
257 if (CallOperandVal == nullptr) in getSingleConstraintMatchWeight()
268 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5316 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints()
5334 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo); in ParseConstraints()
5337 OpInfo.CallOperandVal = in ParseConstraints()
5349 if (OpInfo.CallOperandVal) { in ParseConstraints()
5521 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
5524 if (!CallOperandVal) in getSingleConstraintMatchWeight()
5530 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
5534 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
5539 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
5552 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
[all …]
H A DSelectionDAGBuilder.cpp8470 const Value *OpVal = OpInfo.CallOperandVal; in getAddressForMemoryInput()
8689 if (OpInfo.CallOperandVal) in visitInlineAsm()
8690 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
8765 OpInfo.CallOperandVal = nullptr; in visitInlineAsm()
9112 const Value *Ptr = OpInfo.CallOperandVal; in visitInlineAsm()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1089 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
1092 if (!CallOperandVal) in getSingleConstraintMatchWeight()
1094 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
1105 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
1121 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1127 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1133 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1139 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1145 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3324 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3327 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3336 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3970 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3973 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3975 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
4006 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4470 Value *CallOperandVal = nullptr; member
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55572 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
55575 if (!CallOperandVal) in getSingleConstraintMatchWeight()
55577 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
55593 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
55659 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
55665 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
55671 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
55677 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
55683 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
55690 if (isa<ConstantFP>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16023 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
16026 if (!CallOperandVal) in getSingleConstraintMatchWeight()
16028 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4863 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9032 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
9035 if (!CallOperandVal) in getSingleConstraintMatchWeight()
9037 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20105 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
20108 if (!CallOperandVal) in getSingleConstraintMatchWeight()
20110 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()