Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2473 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 DLanaiISelLowering.cpp254 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 DTargetLowering.cpp5406 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 DSelectionDAGBuilder.cpp8639 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 DSystemZISelLowering.cpp1092 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 DSparcISelLowering.cpp3398 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 DMipsISelLowering.cpp3970 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 DTargetLowering.h4626 Value *CallOperandVal = nullptr; member
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp56946 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 DPPCISelLowering.cpp16197 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 DARMISelLowering.cpp20170 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 DCodeGenPrepare.cpp4957 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9980 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
9983 if (!CallOperandVal) in getSingleConstraintMatchWeight()
9985 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()