Searched refs:ErrorInfoIgnore (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1022 unsigned ErrorInfoIgnore; in MatchAndEmitInstruction() local 1025 Match1 = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore); in MatchAndEmitInstruction() 1027 Match2 = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore); in MatchAndEmitInstruction() 1029 Match3 = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore); in MatchAndEmitInstruction() 1031 Match4 = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore); in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2663 uint64_t ErrorInfoIgnore; in MatchAndEmitATTInstruction() local 2669 Match[I] = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore, in MatchAndEmitATTInstruction() 2673 ErrorInfoMissingFeature = ErrorInfoIgnore; in MatchAndEmitATTInstruction() 2816 uint64_t ErrorInfoIgnore; in MatchAndEmitIntelInstruction() local 2819 MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore, in MatchAndEmitIntelInstruction() 2826 ErrorInfoMissingFeature = ErrorInfoIgnore; in MatchAndEmitIntelInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2985 uint64_t ErrorInfoIgnore; in MatchAndEmitATTInstruction() local 2991 Match[I] = MatchInstruction(Operands, Inst, ErrorInfoIgnore, in MatchAndEmitATTInstruction() 2995 ErrorInfoMissingFeature = ErrorInfoIgnore; in MatchAndEmitATTInstruction() 3171 uint64_t ErrorInfoIgnore; in MatchAndEmitIntelInstruction() local 3173 unsigned M = MatchInstruction(Operands, Inst, ErrorInfoIgnore, in MatchAndEmitIntelInstruction() 3180 ErrorInfoMissingFeature = ErrorInfoIgnore; in MatchAndEmitIntelInstruction()
|