Home
last modified time | relevance | path

Searched refs:GuardPostfix (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DFixedLenDecoderEmitter.h62 GuardPrefix(GPrefix), GuardPostfix(GPostfix), in Records()
76 std::string GuardPrefix, GuardPostfix; variable
DFixedLenDecoderEmitter.cpp759 << "(MI, tmp, Address, Decoder)" << Emitter->GuardPostfix << "\n"; in emitBinaryParser()
831 << "(MI, insn, Address, Decoder)" << Emitter->GuardPostfix << "\n"; in emitSingletonDecoder()
880 << "(MI, insn, Address, Decoder)" << Emitter->GuardPostfix << "\n"; in emitSingletonDecoder()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp94 GuardPrefix(std::move(GPrefix)), GuardPostfix(std::move(GPostfix)), in FixedLenDecoderEmitter()
116 std::string GuardPrefix, GuardPostfix; member in __anon5fb49f3b0211::FixedLenDecoderEmitter
1059 << Emitter->GuardPostfix in emitBinaryParser()
1078 << Emitter->GuardPostfix in emitDecoder()