Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceOperand.h275 using ConstantInteger64 = ConstantPrimitive<int64_t, Operand::kConstInteger64>; variable
306 inline void ConstantInteger64::dump(const Cfg *, Ostream &Str) const { in dump()
DIceOperand.cpp592 template <> void ConstantInteger64::emit(TargetLowering *Target) const { in emit()
DIceTargetLowering.h327 virtual void emit(const ConstantInteger64 *C) const = 0;
DIceInstX86BaseImpl.h755 } else if (const auto *Imm = llvm::dyn_cast<ConstantInteger64>(Src)) { in emitIASRegOpTyGPR()
786 } else if (const auto *Imm = llvm::dyn_cast<ConstantInteger64>(Src)) { in emitIASAddrOpTyGPR()
841 } else if (const auto *Imm = llvm::dyn_cast<ConstantInteger64>(Src)) { in emitIASGPRShift()
2226 llvm::isa<ConstantInteger64>(Src) && in emit()
2227 !Utils::IsInt(32, llvm::cast<ConstantInteger64>(Src)->getValue())) { in emit()
2293 if (const auto *C64 = llvm::dyn_cast<ConstantInteger64>(Src)) { in emitIAS()
DIceTargetLoweringX86BaseImpl.h1390 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) {
1419 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) {
2293 !llvm::isa<ConstantInteger64>(Src1))
2301 !llvm::isa<ConstantInteger64>(Src1))
2309 !llvm::isa<ConstantInteger64>(Src1))
3504 if (auto *C64 = llvm::dyn_cast<ConstantInteger64>(Opnd))
7927 if (auto *C64 = llvm::dyn_cast<ConstantInteger64>(Const)) {
8172 void TargetX86Base<TraitsType>::emit(const ConstantInteger64 *C) const {
DIceTargetLoweringMIPS32.cpp2249 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) { in loOperand()
2305 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) { in hiOperand()
2579 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Src1)) { in lowerInt64Arithmetic()
2638 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Src1)) { in lowerInt64Arithmetic()
2692 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Src1)) { in lowerInt64Arithmetic()
3884 if (auto *C64 = llvm::dyn_cast<ConstantInteger64>(Src0)) { in lowerCast()
DIceGlobalContext.cpp211 TypePool<IceType_i64, int64_t, ConstantInteger64> Integers64;
DIceTargetLoweringMIPS32.h142 void emit(const ConstantInteger64 *C) const final { in emit()
DIceTargetLoweringARM32.cpp2102 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) in loOperand()
2129 if (auto *Const = llvm::dyn_cast<ConstantInteger64>(Operand)) { in hiOperand()
2563 if (auto *C = llvm::dyn_cast<ConstantInteger64>(Src1)) { in preambleDivRem()
4950 if (llvm::dyn_cast<ConstantInteger64>(Val)) { in lowerInt64AtomicRMW()
6662 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;