Searched refs:BST (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/orc/unittests/ |
| H A D | simple_packed_serialization_test.cpp | 53 using BST = SPSSerializationTraits<SPSTagT, T>; in blobSerializationRoundTrip() typedef 55 size_t Size = BST::size(Value); in blobSerializationRoundTrip() 59 EXPECT_TRUE(BST::serialize(OB, Value)); in blobSerializationRoundTrip() 64 EXPECT_TRUE(BST::deserialize(IB, DSValue)); in blobSerializationRoundTrip()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | SimplePackedSerializationTest.cpp | 50 using BST = SPSSerializationTraits<SPSTagT, T>; in spsSerializationRoundTrip() typedef 52 size_t Size = BST::size(Value); in spsSerializationRoundTrip() 56 EXPECT_TRUE(BST::serialize(OB, Value)); in spsSerializationRoundTrip() 61 EXPECT_TRUE(BST::deserialize(IB, DSValue)); in spsSerializationRoundTrip()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRInstrFormats.td | 380 // BST/BLD instruction. 382 // t = type (1 for BST, 0 for BLD)
|
| H A D | AVRExpandPseudoInsts.cpp | 1408 buildMI(MBB, MBBI, AVR::BST).addReg(DstReg).addImm(0); in expand() 2192 buildMI(MBB, MBBI, AVR::BST) in expandASRB6Rd()
|
| H A D | AVRInstrInfo.td | 2081 let Defs = [SREG] in def BST : FRdB<0b01, (outs),
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GettingInvolved.rst | 289 …- Monthly, 2nd Thursday of the month at 17:00 BST - London time (9:00am PT except for 2 weeks in s…
|