Home
last modified time | relevance | path

Searched refs:IndexOperand (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp368 auto *IndexOperand = cast<ConstantInt>(Extract->getIndexOperand()); in tryReplaceExtracts() local
369 auto Index = IndexOperand->getSExtValue(); in tryReplaceExtracts()
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-sve-aarch64.cc891 class IndexOperand : public Operand { in Index() class
893 static IndexOperand Prepare(MacroAssembler* masm, in Index()
901 return IndexOperand(imm); in Index()
905 return IndexOperand(scratch); in Index()
909 return IndexOperand(op.GetRegister()); in Index()
920 explicit IndexOperand(const Register& reg) : Operand(reg) {} in Index() function in vixl::aarch64::IndexOperand
921 explicit IndexOperand(int64_t imm) : Operand(imm) {} in Index() function in vixl::aarch64::IndexOperand
925 IndexOperand start_enc = IndexOperand::Prepare(this, &temps, start, zd); in Index()
926 IndexOperand step_en in Index()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1053 unsigned IndexOperand = MI.getOperand(7).getImm();
1060 unsigned OrderedCountIndex = IndexOperand & 0x3f;
1061 IndexOperand &= ~0x3f;
1065 CountDw = (IndexOperand >> 24) & 0xf;
1066 IndexOperand &= ~(0xf << 24);
1074 if (IndexOperand)
H A DSIISelLowering.cpp6146 unsigned IndexOperand = M->getConstantOperandVal(7); in LowerINTRINSIC_W_CHAIN() local
6152 unsigned OrderedCountIndex = IndexOperand & 0x3f; in LowerINTRINSIC_W_CHAIN()
6153 IndexOperand &= ~0x3f; in LowerINTRINSIC_W_CHAIN()
6157 CountDw = (IndexOperand >> 24) & 0xf; in LowerINTRINSIC_W_CHAIN()
6158 IndexOperand &= ~(0xf << 24); in LowerINTRINSIC_W_CHAIN()
6166 if (IndexOperand) in LowerINTRINSIC_W_CHAIN()

Completed in 24 milliseconds