Searched refs:invalidate (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DPassManager.h139 /// invalidate analysis results when the IR they correspond to changes. The
192 template <typename PassT> void invalidate(Module *M) { function in class:llvm::AnalysisManager
199 template <typename PassT> void invalidate(Function *F) { function in class:llvm::AnalysisManager
206 /// overriding their invalidate method.
215 /// overriding the invalidate method.
233 virtual bool invalidate(IRUnitT *IR) = 0;
238 /// Can wrap any type which implements a suitable invalidate member and model
248 virtual bool invalidate(IRUnitT *IR) { return Result.invalidate(IR); } function in struct:llvm::AnalysisManager::AnalysisResultModel
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h104 void invalidate() { InstrCount = ~0u; } function in struct:llvm::MachineTraceMetrics::FixedBlockInfo
325 void invalidate(const MachineBasicBlock *MBB);
354 void invalidate(const MachineBasicBlock *MBB);
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DPassManager.cpp35 // First invalidate any module results we still have laying about.
37 // invalidate iteration for DenseMap.
41 if (I->second->invalidate(M))
51 if (I->second->invalidate(F)) {
63 // First invalidate any module results we still have laying about.
65 // invalidate iteration for DenseMap.
69 if (I->second->invalidate(M))
73 // attempt to invalidate each of those as the entire module may have changed.
85 if (I->second->invalidate(F)) {
/freebsd-9.3-release/lib/libc/rpc/
H A Dsvc_auth_des.c97 static void invalidate(); /* invalidate entry in cache */
340 invalidate(entry->localcred); /* mark any cached cred invalid */
528 invalidate(cred) function
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp658 Traces->invalidate(IfConv.Head);
659 Traces->invalidate(IfConv.Tail);
660 Traces->invalidate(IfConv.TBB);
661 Traces->invalidate(IfConv.FBB);
H A DMachineTraceMetrics.cpp388 void MachineTraceMetrics::invalidate(const MachineBasicBlock *MBB) {
390 BlockInfo[MBB->getNumber()].invalidate();
393 Ensembles[i]->invalidate(MBB);
510 MachineTraceMetrics::Ensemble::invalidate(const MachineBasicBlock *BadMBB) {
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm32 ! This exception does not however invalidate any other reasons why
H A Dsol2-c1.asm32 ! This exception does not however invalidate any other reasons why
H A Dsol2-gc1.asm32 ! This exception does not however invalidate any other reasons why
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dcrti.asm30 # This exception does not however invalidate any other reasons why
/freebsd-9.3-release/lib/libc/db/mpool/
H A Dmpool.libtp394 invalidate all the buffers */
398 int invalidate;
407 invalidate = (buf_fids[fid].refcount == 1 && close);
408 if ( invalidate )
417 if (invalidate || close)
/freebsd-9.3-release/contrib/gcc/
H A Dcse.c160 due to overlap. `invalidate' does this.
270 its definition and any other insn is presumed to invalidate it.
593 static void invalidate (rtx, enum machine_mode);
1757 /* Note that invalidate can remove elements
1760 invalidate (p->exp, VOIDmode);
1800 invalidate (rtx x, enum machine_mode full_mode)
1873 invalidate (SUBREG_REG (x), VOIDmode);
1878 invalidate (XVECEXP (x, 0, i), VOIDmode);
1884 invalidate (XEXP (x, 0), VOIDmode);
1910 otherwise each time we call invalidate
1792 invalidate (rtx x, enum machine_mode full_mode) function
[all...]
H A Dpostreload.c1183 invalidate all previously collected reg_offset data. */
1503 goto invalidate;
1506 goto invalidate;
1511 goto invalidate;
1528 invalidate:
1547 goto invalidate;
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dcrti.asm30 # This exception does not however invalidate any other reasons why
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dsol-ci.asm32 # This exception does not however invalidate any other reasons why
H A Dsol-cn.asm32 # This exception does not however invalidate any other reasons why
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsol2-ci.asm32 ! This exception does not however invalidate any other reasons why
H A Dsol2-c1.asm32 ! This exception does not however invalidate any other reasons why
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp93 void invalidate() { NonVirtualSize = CharUnits::Zero(); } function in struct:__anon3112::CGRecordLayoutBuilder::LastLaidOutBaseInfo
218 LastLaidOutBase.invalidate();
437 LastLaidOutBase.invalidate();
886 LastLaidOutBase.invalidate();
/freebsd-9.3-release/sys/amd64/include/
H A Dpmap.h291 void pmap_demote_DMAP(vm_paddr_t base, vm_size_t len, boolean_t invalidate);
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Di915_gem_execbuffer.c120 * clflush (obj) to invalidate the CPU cache
1033 u32 invalidate; local
1041 invalidate = I915_GEM_DOMAIN_COMMAND;
1043 invalidate |= I915_GEM_DOMAIN_SAMPLER;
1044 if (ring->flush(ring, invalidate, 0)) {
H A Dintel_ringbuffer.c1374 uint32_t invalidate, uint32_t flush)
1384 if (invalidate & I915_GEM_GPU_DOMAINS)
1484 uint32_t invalidate, uint32_t flush)
1494 if (invalidate & I915_GEM_DOMAIN_RENDER)
1373 gen6_ring_flush(struct intel_ring_buffer *ring, uint32_t invalidate, uint32_t flush) argument
1483 blt_ring_flush(struct intel_ring_buffer *ring, uint32_t invalidate, uint32_t flush) argument
/freebsd-9.3-release/sys/vm/
H A Dvm_object.c945 * We invalidate (remove) all pages from the address space
957 boolean_t syncio, boolean_t invalidate)
979 * Flush pages if writing is allowed, invalidate them
998 if (syncio && !invalidate && offset == 0 &&
1009 flags = (syncio || invalidate) ? OBJPC_SYNC : 0;
1010 flags |= invalidate ? (OBJPC_SYNC | OBJPC_INVAL) : 0;
1027 object->type == OBJT_DEVICE) && invalidate) {
1828 * Second, it is used by msync(..., MS_INVALIDATE) to invalidate device-
956 vm_object_sync(vm_object_t object, vm_ooffset_t offset, vm_size_t size, boolean_t syncio, boolean_t invalidate) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h278 void invalidate() { function in class:clang::ento::PathDiagnosticLocation
/freebsd-9.3-release/sys/dev/oce/
H A Doce_hw.h459 uint32_t invalidate:1; member in struct:pd_rxulp_db_u::__anon8591
465 uint32_t invalidate:1;
1132 uint8_t invalidate; member in struct:mbx_set_common_iface_mac::__anon8619::__anon8620
1137 uint8_t invalidate;

Completed in 318 milliseconds

12