Home
last modified time | relevance | path

Searched refs:ConstantInteger64 (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceOperand.h276 using ConstantInteger64 = ConstantPrimitive<int64_t, Operand::kConstInteger64>; variable
291 inline void ConstantInteger64::dump(const Cfg *, Ostream &Str) const { in dump()
DIceTargetLowering.h320 virtual void emit(const ConstantInteger64 *C) const = 0;
DIceOperand.cpp592 template <> void ConstantInteger64::emit(TargetLowering *Target) const { in emit()
DIceInstX86BaseImpl.h757 } else if (const auto *Imm = llvm::dyn_cast<ConstantInteger64>(Src)) { in emitIASRegOpTyGPR()
788 } else if (const auto *Imm = llvm::dyn_cast<ConstantInteger64>(Src)) { in emitIASAddrOpTyGPR()
843 } else if (const auto *Imm = llvm::dyn_cast<ConstantInteger64>(Src)) { in emitIASGPRShift()
2241 llvm::isa<ConstantInteger64>(Src) && in emit()
2242 !Utils::IsInt(32, llvm::cast<ConstantInteger64>(Src)->getValue())) { in emit()
2310 if (const auto *C64 = llvm::dyn_cast<ConstantInteger64>(Src)) { in emitIAS()
DIceTargetLoweringX86BaseImpl.h1440 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) {
1469 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) {
2350 !llvm::isa<ConstantInteger64>(Src1))
2358 !llvm::isa<ConstantInteger64>(Src1))
2366 !llvm::isa<ConstantInteger64>(Src1))
3580 if (auto *C64 = llvm::dyn_cast<ConstantInteger64>(Opnd))
7982 if (auto *C64 = llvm::dyn_cast<ConstantInteger64>(Const)) {
8129 if (llvm::isa<ConstantInteger64>(Offset)) {
8202 void TargetX86Base<TraitsType>::emit(const ConstantInteger64 *C) const {
DIceGlobalContext.cpp211 TypePool<IceType_i64, int64_t, ConstantInteger64> Integers64;
DIceTargetLoweringMIPS32.cpp2234 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) { in loOperand()
2290 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) { in hiOperand()
2564 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Src1)) { in lowerInt64Arithmetic()
2623 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Src1)) { in lowerInt64Arithmetic()
2677 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Src1)) { in lowerInt64Arithmetic()
3869 if (auto *C64 = llvm::dyn_cast<ConstantInteger64>(Src0)) { in lowerCast()
DIceTargetLoweringMIPS32.h142 void emit(const ConstantInteger64 *C) const final { in emit()
DIceTargetLoweringARM32.cpp2096 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) in loOperand()
2123 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) { in hiOperand()
2557 if (auto *C = llvm::dyn_cast<ConstantInteger64>(Src1)) { in preambleDivRem()
4946 if (llvm::dyn_cast<ConstantInteger64>(Val)) { in lowerInt64AtomicRMW()
6642 void TargetARM32::emit(const ConstantInteger64 *) const { in emit()
DIceTargetLoweringARM32.h158 void emit(const ConstantInteger64 *C) const final;
DIceTargetLoweringX86Base.h208 void emit(const ConstantInteger64 *C) const final;