Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp218 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in computeConstraintToUse()
222 Value *Val = OpInfo.CallOperandVal; in computeConstraintToUse()
303 OpInfo.CallOperandVal = const_cast<Value *>(Call.getArgOperand(ArgNo++)); in lowerInlineAsm()
305 if (isa<BasicBlock>(OpInfo.CallOperandVal)) { in lowerInlineAsm()
310 Type *OpTy = OpInfo.CallOperandVal->getType(); in lowerInlineAsm()
388 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1805 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
1810 if (!CallOperandVal) { in getSingleConstraintMatchWeight()
1836 if (const ConstantFP *C = dyn_cast<ConstantFP>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1843 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1850 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1857 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1864 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1871 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1878 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1885 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp258 Value *CallOperandVal = Info.CallOperandVal; in getSingleConstraintMatchWeight() local
261 if (CallOperandVal == nullptr) in getSingleConstraintMatchWeight()
272 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4653 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo++); in ParseConstraints()
4670 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo++); in ParseConstraints()
4677 if (OpInfo.CallOperandVal) { in ParseConstraints()
4678 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
4856 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
4859 if (!CallOperandVal) in getSingleConstraintMatchWeight()
4865 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
4869 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
4874 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
4887 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
[all …]
H A DSelectionDAGBuilder.cpp8081 if (!CallOperandVal) return MVT::Other; in getCallOperandValEVT()
8083 if (isa<BasicBlock>(CallOperandVal)) in getCallOperandValEVT()
8086 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT()
8173 const Value *OpVal = OpInfo.CallOperandVal; in getAddressForMemoryInput()
8391 OpInfo.CallOperandVal = Call.getArgOperand(ArgNo++); in visitInlineAsm()
8402 const auto *BA = cast<BlockAddress>(OpInfo.CallOperandVal); in visitInlineAsm()
8405 } else if (const auto *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) { in visitInlineAsm()
8408 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
8506 OpInfo.CallOperandVal = nullptr; in visitInlineAsm()
8833 const Value *Ptr = OpInfo.CallOperandVal; in visitInlineAsm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1045 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
1048 if (!CallOperandVal) in getSingleConstraintMatchWeight()
1050 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
1061 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
1077 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1083 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1089 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1095 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1101 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3206 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3209 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3218 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3939 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3942 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3944 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
3975 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4149 Value *CallOperandVal = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51331 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
51334 if (!CallOperandVal) in getSingleConstraintMatchWeight()
51336 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
51352 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
51412 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
51418 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
51424 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
51430 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
51436 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
51442 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15552 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
15555 if (!CallOperandVal) in getSingleConstraintMatchWeight()
15557 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7870 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
7873 if (!CallOperandVal) in getSingleConstraintMatchWeight()
7875 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18404 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
18407 if (!CallOperandVal) in getSingleConstraintMatchWeight()
18409 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4842 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()