Searched refs:GPostfix (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | FixedLenDecoderEmitter.h | 55 … std::string GPostfix = " == MCDisassembler::Fail) return MCDisassembler::Fail;", 62 GuardPrefix(GPrefix), GuardPostfix(GPostfix), in Records()
|
/external/llvm/utils/TableGen/ |
D | DisassemblerEmitter.cpp | 101 const std::string &GPostfix,
|
D | FixedLenDecoderEmitter.cpp | 89 std::string GPostfix = " == MCDisassembler::Fail)", in FixedLenDecoderEmitter() argument 94 GuardPrefix(std::move(GPrefix)), GuardPostfix(std::move(GPostfix)), in FixedLenDecoderEmitter() 2301 const std::string &GPostfix, const std::string &ROK, in EmitFixedLenDecoder() argument 2303 FixedLenDecoderEmitter(RK, PredicateNamespace, GPrefix, GPostfix, in EmitFixedLenDecoder()
|