Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp1741 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
1746 if (!CallOperandVal) { in getSingleConstraintMatchWeight()
1772 if (const ConstantFP *C = dyn_cast<ConstantFP>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1779 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1786 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1793 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1800 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1807 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1814 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
1821 if (const ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp258 Value *CallOperandVal = Info.CallOperandVal; in getSingleConstraintMatchWeight() local
261 if (CallOperandVal == nullptr) in getSingleConstraintMatchWeight()
272 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4274 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
4292 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()
4299 if (OpInfo.CallOperandVal) { in ParseConstraints()
4300 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
4478 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
4481 if (!CallOperandVal) in getSingleConstraintMatchWeight()
4487 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
4491 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
4496 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
4509 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
[all …]
DSelectionDAGBuilder.cpp7818 if (!CallOperandVal) return MVT::Other; in getCallOperandValEVT()
7820 if (isa<BasicBlock>(CallOperandVal)) in getCallOperandValEVT()
7823 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT()
7911 const Value *OpVal = OpInfo.CallOperandVal; in getAddressForMemoryInput()
8127 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
8135 const auto *BA = cast<BlockAddress>(OpInfo.CallOperandVal); in visitInlineAsm()
8138 } else if (const auto *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) { in visitInlineAsm()
8141 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
8228 OpInfo.CallOperandVal = nullptr; in visitInlineAsm()
8532 const Value *Ptr = OpInfo.CallOperandVal; in visitInlineAsm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1019 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
1022 if (!CallOperandVal) in getSingleConstraintMatchWeight()
1024 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
1035 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
1051 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1057 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1063 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1069 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
1075 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3925 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3928 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3930 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
3961 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp3199 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3202 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3211 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3895 Value *CallOperandVal = nullptr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6231 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
6234 if (!CallOperandVal) in getSingleConstraintMatchWeight()
6236 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp46486 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
46489 if (!CallOperandVal) in getSingleConstraintMatchWeight()
46491 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
46507 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
46571 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
46577 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
46583 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
46589 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
46595 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
46601 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp14570 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
14573 if (!CallOperandVal) in getSingleConstraintMatchWeight()
14575 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp15918 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
15921 if (!CallOperandVal) in getSingleConstraintMatchWeight()
15923 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4516 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()