Searched refs:ErrInfo (Results 1 – 13 of 13) sorted by relevance
/third_party/gn/src/gn/ |
D | err.cc | 91 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 =()
|
D | err.h | 29 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/ |
D | MipsInstrInfo.cpp | 722 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 …]
|
D | MipsInstrInfo.h | 156 StringRef &ErrInfo) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 3200 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 …]
|
D | SIInstrInfo.h | 795 StringRef &ErrInfo) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.h | 87 StringRef &ErrInfo) const override;
|
D | RISCVInstrInfo.cpp | 506 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/ |
D | SystemZInstrInfo.h | 328 StringRef &ErrInfo) const override;
|
D | SystemZInstrInfo.cpp | 1760 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/ |
D | ARMBaseInstrInfo.h | 398 StringRef &ErrInfo) const override;
|
D | ARMBaseInstrInfo.cpp | 4727 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/ |
D | TargetInstrInfo.h | 1512 StringRef &ErrInfo) const { in verifyInstruction() argument
|