HomeSort by: relevance | last modified time | path
    Searched defs:BankSwizzle (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 60 enum BankSwizzle {
124 const std::vector<R600InstrInfo::BankSwizzle> &Swz,
126 R600InstrInfo::BankSwizzle TransSwz) const;
130 std::vector<R600InstrInfo::BankSwizzle> &SwzCandidate,
132 R600InstrInfo::BankSwizzle TransSwz) const;
135 /// returns true and the first (in lexical order) BankSwizzle affectation
140 /// Trans ALU. In this case, ValidTSwizzle returns the BankSwizzle value to
145 std::vector<BankSwizzle> &BS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUInstPrinter.cpp 1470 int BankSwizzle = MI->getOperand(OpNo).getImm();
1471 switch (BankSwizzle) {

Completed in 18 milliseconds