Searched refs:fromString (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.cpp | 33 uint32_t AArch64NamedImmMapper::fromString(StringRef Name, bool &Valid) const { in fromString() function in AArch64NamedImmMapper 764 AArch64SysReg::SysRegMapper::fromString(StringRef Name, bool &Valid) const { in fromString() function in AArch64SysReg::SysRegMapper
|
| H A D | AArch64BaseInfo.h | 290 uint32_t fromString(StringRef Name, bool &Valid) const; 1145 uint32_t fromString(StringRef Name, bool &Valid) const;
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 860 Mapper.fromString(getSysReg(), IsKnownRegister); in isMRSSystemRegister() 869 Mapper.fromString(getSysReg(), IsKnownRegister); in isMSRSystemRegister() 877 AArch64PState::PStateMapper().fromString(getSysReg(), IsKnownRegister); in isSystemPStateField() 1459 uint32_t Bits = Mapper.fromString(getSysReg(), Valid); in addMRSSystemRegisterOperands() 1469 uint32_t Bits = Mapper.fromString(getSysReg(), Valid); in addMSRSystemRegisterOperands() 1479 AArch64PState::PStateMapper().fromString(getSysReg(), Valid); in addSystemPStateFieldOperands() 1999 unsigned prfop = AArch64PRFM::PRFMMapper().fromString(Tok.getString(), Valid); in tryParsePrefetch() 2619 unsigned Opt = AArch64DB::DBarrierMapper().fromString(Tok.getString(), Valid); in tryParseBarrierOperand()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 174 void fromString(unsigned numBits, StringRef str, uint8_t radix);
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
| H A D | APIntTest.cpp | 212 TEST(APIntTest, fromString) { in TEST() argument
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | APInt.cpp | 120 fromString(numbits, Str, radix); in APInt() 2105 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { in fromString() function in APInt
|