HomeSort by: relevance | last modified time | path
    Searched refs:PerTargetMIParsingState (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
MIParser.h 51 struct PerTargetMIParsingState {
149 PerTargetMIParsingState(const TargetSubtargetInfo &STI)
155 ~PerTargetMIParsingState() = default;
165 PerTargetMIParsingState &Target;
180 PerTargetMIParsingState &Target);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 86 void PerTargetMIParsingState::setTarget(
106 void PerTargetMIParsingState::initNames2Regs() {
124 bool PerTargetMIParsingState::getRegisterByName(StringRef RegName,
134 void PerTargetMIParsingState::initNames2InstrOpCodes() {
143 bool PerTargetMIParsingState::parseInstrName(StringRef InstrName,
153 void PerTargetMIParsingState::initNames2RegMasks() {
166 const uint32_t *PerTargetMIParsingState::getRegMask(StringRef Identifier) {
174 void PerTargetMIParsingState::initNames2SubRegIndices() {
183 unsigned PerTargetMIParsingState::getSubRegIndex(StringRef Name) {
191 void PerTargetMIParsingState::initNames2TargetIndices()
    [all...]
MIRParser.cpp 58 std::unique_ptr<PerTargetMIParsingState> Target;
434 Target.reset(new PerTargetMIParsingState(MF.getSubtarget()));

Completed in 18 milliseconds