Home
last modified time | relevance | path

Searched refs:ErrInfo (Results 1 – 13 of 13) sorted by relevance

/third_party/gn/src/gn/
Derr.cc91 info_ = std::make_unique<ErrInfo>(*other.info_); in Err()
97 : info_(std::make_unique<ErrInfo>(location, msg, help)) {} in Err()
102 : info_(std::make_unique<ErrInfo>(range.begin(), msg, help)) { in Err()
107 : info_(std::make_unique<ErrInfo>(token.location(), msg, help)) { in Err()
114 : info_(std::make_unique<ErrInfo>(Location(), msg, help_text)) { in Err()
126 : info_(std::make_unique<ErrInfo>(Location(), msg, help_text)) { in Err()
136 info_ = std::make_unique<ErrInfo>(*other.info_); in operator =()
Derr.h29 struct ErrInfo { struct
30 ErrInfo(const Location& loc, const std::string& msg, const std::string& help) in ErrInfo() function
114 std::unique_ptr<ErrInfo> info_; // Non-null indicates error.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp722 static bool verifyInsExtInstruction(const MachineInstr &MI, StringRef &ErrInfo, in verifyInsExtInstruction() argument
730 ErrInfo = "Position is not an immediate!"; in verifyInsExtInstruction()
735 ErrInfo = "Position operand is out of range!"; in verifyInsExtInstruction()
741 ErrInfo = "Size operand is not an immediate!"; in verifyInsExtInstruction()
746 ErrInfo = "Size operand is out of range!"; in verifyInsExtInstruction()
751 ErrInfo = "Position + Size is out of range!"; in verifyInsExtInstruction()
760 StringRef &ErrInfo) const { in verifyInstruction()
768 return verifyInsExtInstruction(MI, ErrInfo, 0, 32, 0, 32, 0, 32); in verifyInstruction()
775 return verifyInsExtInstruction(MI, ErrInfo, 0, 32, 1, 64, 32, 64); in verifyInstruction()
781 return verifyInsExtInstruction(MI, ErrInfo, 32, 64, 0, 32, 32, 64); in verifyInstruction()
[all …]
DMipsInstrInfo.h156 StringRef &ErrInfo) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp3200 StringRef &ErrInfo) const { in verifyInstruction()
3216 ErrInfo = "Instruction has wrong number of operands."; in verifyInstruction()
3234 ErrInfo = "inlineasm operand has incorrect register class."; in verifyInstruction()
3245 ErrInfo = "FPImm Machine Operands are not supported. ISel should bitcast " in verifyInstruction()
3255 ErrInfo = "Illegal immediate value for operand."; in verifyInstruction()
3274 ErrInfo = "Illegal immediate value for operand."; in verifyInstruction()
3285 ErrInfo = "Expected immediate, but got non-immediate"; in verifyInstruction()
3303 ErrInfo = "Operand has incorrect register class."; in verifyInstruction()
3312 ErrInfo = "SDWA is not supported on this target"; in verifyInstruction()
3328 ErrInfo = "Only VGPRs allowed as operands in SDWA instructions on VI"; in verifyInstruction()
[all …]
DSIInstrInfo.h795 StringRef &ErrInfo) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h87 StringRef &ErrInfo) const override;
DRISCVInstrInfo.cpp506 StringRef &ErrInfo) const { in verifyInstruction()
550 ErrInfo = "Invalid immediate"; in verifyInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h328 StringRef &ErrInfo) const override;
DSystemZInstrInfo.cpp1760 StringRef &ErrInfo) const { in verifyInstruction()
1773 ErrInfo = "Addressing mode operands corrupt!"; in verifyInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h398 StringRef &ErrInfo) const override;
DARMBaseInstrInfo.cpp4727 StringRef &ErrInfo) const { in verifyInstruction()
4729 ErrInfo = "Pseudo flag setting opcodes only exist in Selection DAG"; in verifyInstruction()
4736 ErrInfo = "Non-flag-setting Thumb1 mov is v6-only"; in verifyInstruction()
4751 ErrInfo = "Unsupported register in Thumb1 push/pop"; in verifyInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1512 StringRef &ErrInfo) const { in verifyInstruction() argument