| /src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| InMemoryModuleCache.h | 55 /// 4. Final: indicating that the current PCM was either built in this 57 enum State { Unknown, Tentative, ToBuild, Final }; 78 /// Try to remove a buffer from the cache. No effect if state is Final. 80 /// \pre state is Tentative/Final. 81 /// \post Tentative => ToBuild or Final => Final. 85 /// Mark a PCM as final. 87 /// \pre state is Tentative or Final. 88 /// \post state is Final. 94 /// Check whether the PCM is final and has been shown to work [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| ilist_base.h | 43 node_base_type *Final = Last.getPrev(); 49 Final->setNext(nullptr); 62 node_base_type &Final = *Last.getPrev(); 68 // Splice [First, Final] into its new list/position. 70 Final.setNext(&Next); 73 Next.setPrev(&Final);
|
| /src/external/bsd/elftosb/dist/common/ |
| SHA1.cpp | 203 void CSHA1::Final() 236 // Get the final hash as a pre-formatted string
|
| /src/sys/opencrypto/ |
| cryptosoft_xform.c | 70 void (*Final)(uint8_t *, void *);
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGOpenMPRuntime.h | 70 class RegionCodeGenTy final { class in namespace:clang::CodeGen 95 struct OMPTaskDataTy final { struct in namespace:clang::CodeGen 117 llvm::PointerIntPair<llvm::Value *, 1, bool> Final; 577 class OffloadEntryInfoTargetRegion final : public OffloadEntryInfo { class in class:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo 637 class OffloadEntryInfoDeviceGlobalVar final : public OffloadEntryInfo { class in class:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::OffloadEntryInfo 858 /// \param Data Additional data for task generation like tiednsee, final 1326 /// \param Data Additional data for task generation like tiednsee, final 1361 /// \param Data Additional data for task generation like tiednsee, final 1490 /// \param Data Additional data for task generation like tiedness, final 1908 class CGOpenMPSIMDRuntime final : public CGOpenMPRuntime class in class:clang::CodeGen::CGOpenMPRuntime [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| MetadataLoader.cpp | 123 SmallDenseMap<MDString *, DICompositeType *, 1> Final; 264 OldTypeRefs.Final.insert(Ref); 277 if (DICompositeType *CT = OldTypeRefs.Final.lookup(Ref.first)) 309 OldTypeRefs.Final.insert(std::make_pair(&UUID, &CT)); 317 if (auto *CT = OldTypeRefs.Final.lookup(UUID)) 1132 // with the final node they refer to.
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| YAMLParser.cpp | 979 auto Final = skip_while(Func, Current); 980 Column += Final - Current; 981 Current = Final;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| PPCISelLowering.cpp | 6317 // The final element, if even, goes into the first half of a GPR. 6325 // Non-final even elements are skipped; they will be handled 7231 // Initialize the final register residue. 7232 // Any residue that occupies the final by-val arg register must be 8455 // bit 12 (value 2048) is set instead, so that the final rounding 11674 // In MBB, calculate previous frame pointer and final stack pointer. 11675 // In TestMBB, test if sp is equal to final stack pointer, if so, jump to 11717 // Calculate final stack pointer, which equals to SP + ActualNegSize. 12937 auto Final = Shifted; 12941 Final = DAG.getNode(ISD::XOR, DL, MVT::i64, Shifted [all...] |