/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 1741 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/ |
D | LanaiISelLowering.cpp | 258 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/ |
D | TargetLowering.cpp | 4274 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 …]
|
D | SelectionDAGBuilder.cpp | 7818 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/ |
D | SystemZISelLowering.cpp | 1019 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/ |
D | MipsISelLowering.cpp | 3925 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/ |
D | SparcISelLowering.cpp | 3199 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/ |
D | TargetLowering.h | 3895 Value *CallOperandVal = nullptr; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 6231 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/ |
D | X86ISelLowering.cpp | 46486 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/ |
D | PPCISelLowering.cpp | 14570 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/ |
D | ARMISelLowering.cpp | 15918 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/ |
D | CodeGenPrepare.cpp | 4516 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()
|