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

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 256 bool isExtractSubreg : 1;
InstrInfoEmitter.cpp 507 if (Inst.isExtractSubreg) OS << "|(1ULL<<MCID::ExtractSubreg)";
CodeGenInstruction.cpp 324 isExtractSubreg = R->getValueAsBit("isExtractSubreg");
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenInstruction.h 259 bool isExtractSubreg : 1;
InstrDocsEmitter.cpp 136 FLAG(isExtractSubreg)
InstrInfoEmitter.cpp 604 if (Inst.isExtractSubreg) OS << "|(1ULL<<MCID::ExtractSubreg)";
CodeGenInstruction.cpp 328 isExtractSubreg = R->getValueAsBit("isExtractSubreg");
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h 334 if (isExtractSubreg() && OpIdx == 2)
    [all...]
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 199 MI.isExtractSubreg()));
    [all...]
TargetInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 242 MI.isExtractSubreg()));
    [all...]
TargetInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]

Completed in 1118 milliseconds