HomeSort by relevance Sort by last modified time
    Searched refs:OperandARM32ShAmtImm (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 165 /// OperandARM32ShAmtImm represents an Immediate that is used in one of the
168 class OperandARM32ShAmtImm : public OperandARM32 {
169 OperandARM32ShAmtImm() = delete;
170 OperandARM32ShAmtImm(const OperandARM32ShAmtImm &) = delete;
171 OperandARM32ShAmtImm &operator=(const OperandARM32ShAmtImm &) = delete;
174 static OperandARM32ShAmtImm *create(Cfg *Func, ConstantInteger32 *ShAmt) {
175 return new (Func->allocate<OperandARM32ShAmtImm>())
176 OperandARM32ShAmtImm(ShAmt)
    [all...]
IceTargetLoweringARM32.h 191 OperandARM32ShAmtImm *shAmtImm(uint32_t ShAmtImm) const {
193 return OperandARM32ShAmtImm::create(
    [all...]
IceInstARM32.cpp 349 OperandARM32ShAmtImm::OperandARM32ShAmtImm(ConstantInteger32 *SA)
    [all...]
IceAssemblerARM32.cpp 401 if (const auto *ShAmt = llvm::dyn_cast<OperandARM32ShAmtImm>(Amt)) {
413 if (const auto *ShImm = llvm::dyn_cast<OperandARM32ShAmtImm>(Opnd)) {
    [all...]
IceTargetLoweringARM32.cpp     [all...]

Completed in 2450 milliseconds