Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1737 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
1742 if (!CallOperandVal) { in getSingleConstraintMatchWeight()
1768 if (const ConstantFP *C = dyn_cast<ConstantFP>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1775 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1782 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1789 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1796 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1803 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1810 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1817 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/freebsd-12.1/contrib/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()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3367 if (OpInfo.CallOperandVal) { in ParseConstraints()
3368 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
3545 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3548 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3554 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
3558 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
3563 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
3576 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
3671 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in ComputeConstraintToUse()
3675 Value *v = OpInfo.CallOperandVal; in ComputeConstraintToUse()
[all …]
H A DSelectionDAGBuilder.cpp7224 if (!CallOperandVal) return MVT::Other; in getCallOperandValEVT()
7226 if (isa<BasicBlock>(CallOperandVal)) in getCallOperandValEVT()
7229 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT()
7317 const Value *OpVal = OpInfo.CallOperandVal; in getAddressForMemoryInput()
7528 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
7532 if (const BasicBlock *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) { in visitInlineAsm()
7535 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
7611 OpInfo.CallOperandVal = nullptr; in visitInlineAsm()
7702 OpInfo.CallOperandVal)); in visitInlineAsm()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp787 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
790 if (!CallOperandVal) in getSingleConstraintMatchWeight()
792 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
803 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
819 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
825 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
831 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
837 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
843 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3718 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3721 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3723 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
3754 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3197 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3200 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3209 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3560 Value *CallOperandVal = nullptr; member
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5635 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
5638 if (!CallOperandVal) in getSingleConstraintMatchWeight()
5640 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41977 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
41980 if (!CallOperandVal) in getSingleConstraintMatchWeight()
41982 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
41998 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
42068 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
42074 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
42080 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
42086 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
42092 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
42099 if (isa<ConstantFP>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13518 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
13521 if (!CallOperandVal) in getSingleConstraintMatchWeight()
13523 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13817 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
13820 if (!CallOperandVal) in getSingleConstraintMatchWeight()
13822 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4242 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()