/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_nir_lower_tex_src_plane.c | 120 assume(plane); in lower_tex_src_plane_block() 130 assume(((state->lower_3plane & (1 << y_samp)) && plane[0].i32 < 3) || in lower_tex_src_plane_block() 158 assume(tex->texture_index == tex->sampler_index); in lower_tex_src_plane_block()
|
/third_party/mesa3d/src/util/ |
H A D | macros.h | 123 #define assume(expr) \ macro 129 #define assume(expr) ((expr) ? ((void) 0) \ macro 133 #define assume(expr) __assume(expr) macro 135 #define assume(expr) assert(expr) macro 242 /* It's always safe (if inefficient) to assume that a
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AssumptionCache.cpp | 1 //===- AssumptionCache.cpp - Cache finding @llvm.assume calls -------------===// 9 // This file contains a pass that keeps track of @llvm.assume intrinsics in 175 // Go through all instructions in all blocks, add all calls to @llvm.assume in scanFunction() 179 if (match(&II, m_Intrinsic<Intrinsic::assume>())) in scanFunction() 191 assert(match(CI, m_Intrinsic<Intrinsic::assume>()) && in registerAssumption() 192 "Registered call does not call @llvm.assume"); in registerAssumption() 203 "Cannot register @llvm.assume call not in a basic block"); in registerAssumption() 205 "Cannot register @llvm.assume call not in this function"); in registerAssumption() 217 assert(match(cast<CallInst>(VH), m_Intrinsic<Intrinsic::assume>()) && in registerAssumption() 218 "Cached something other than a call to @llvm.assume!"); in registerAssumption() [all...] |
H A D | TypeMetadataUtils.cpp | 81 // Find llvm.assume intrinsics for this llvm.type.test call. in findDevirtualizableCallsForTypeTest() 85 if (F && F->getIntrinsicID() == Intrinsic::assume) in findDevirtualizableCallsForTypeTest()
|
H A D | BasicAliasAnalysis.cpp | 134 // Set StoreCaptures to True so that we can assume in our callers that the in isNonEscapingLocalObject() 250 // If queried with a precise location size, we assume that location size to be in getMinimalExtentFrom() 499 // Because some analysis may assume that nocaptured pointer is not in DecomposeGEPExpression() 901 // Optimistically assume that call doesn't touch Object and check this in getModRefInfo() 963 // If the call is to malloc or calloc, we can assume that it doesn't in getModRefInfo() 964 // modify any IR visible value. This is only valid because we assume these in getModRefInfo() 1001 // While the assume intrinsic is marked as arbitrarily writing so that in getModRefInfo() 1004 if (isIntrinsicCall(Call, Intrinsic::assume)) in getModRefInfo() 1050 // While the assume intrinsic is marked as arbitrarily writing so that in getModRefInfo() 1053 if (isIntrinsicCall(Call1, Intrinsic::assume) || in getModRefInfo() [all...] |
H A D | AliasSetTracker.cpp | 445 case Intrinsic::assume: in addUnknown()
|
H A D | ModuleSummaryAnalysis.cpp | 177 // intrinsics that are used other than by an llvm.assume intrinsic. in addIntrinsicToSummary() 185 return !F || F->getIntrinsicID() != Intrinsic::assume; in addIntrinsicToSummary()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | errno.rs | 171 core::intrinsics::assume(raw.is_in_range(-4095..0)); 200 core::intrinsics::assume(raw.is_in_range(-4095..0)); 226 core::intrinsics::assume(raw.is_in_range(-4095..0));
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_alpha_test.c | 72 assume(out); in nir_lower_alpha_test()
|
H A D | nir_lower_clamp_color_outputs.c | 78 assume(out); in lower_intrinsic()
|
/third_party/curl/lib/ |
H A D | parsedate.c | 273 enum assume { enum 368 enum assume dignext = DATE_MDAY; in parsedate()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_inst.h | 1281 assume(high < 128); in brw_inst_bits() 1282 assume(high >= low); in brw_inst_bits() 1283 /* We assume the field doesn't cross 64-bit boundaries. */ in brw_inst_bits() 1303 assume(high < 128); in brw_inst_set_bits() 1304 assume(high >= low); in brw_inst_set_bits()
|
H A D | brw_vue_map.c | 76 * We have to assume the worst and reserve a slot for it, or else in brw_compute_vue_map() 284 assume(slot < BRW_VARYING_SLOT_COUNT); in varying_name()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | flac_dsp_gpl.asm | 40 ; Here we assume that the maximum order value is 32. This means that we only
|
/third_party/python/PCbuild/ |
H A D | find_msbuild.bat | 28 @rem If msbuild.exe is on the PATH, assume that the user wants that one.
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_program.c | 121 assume(ret); in assemble_tgsi()
|
H A D | freedreno_query_hw.c | 49 assume(idx >= 0); /* query never would have been created otherwise */
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 334 case Intrinsic::assume: in LowerIntrinsicCall()
|
H A D | Analysis.cpp | 541 // A lifetime end or assume intrinsic should not stop tail call in isInTailCallPosition() 545 II->getIntrinsicID() == Intrinsic::assume) in isInTailCallPosition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 383 if (II->getIntrinsicID() == Intrinsic::assume) in rotateLoop()
|
H A D | Evaluator.cpp | 546 } else if (II->getIntrinsicID() == Intrinsic::assume) { in EvaluateBlock() 547 LLVM_DEBUG(dbgs() << "Skipping assume intrinsic.\n"); in EvaluateBlock()
|
H A D | LoopUnroll.cpp | 378 // conservatively assume that they're inserted to preserve LCSSA form, which in UnrollLoop() 388 // We assume a run-time trip count if the compiler cannot in UnrollLoop() 689 if (II->getIntrinsicID() == Intrinsic::assume) in UnrollLoop()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir.c | 297 assume(ncomp >= 1); in ir3_nir_lower_array_sampler_cb()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_program.c | 73 assume(bin || (sz == 0)); in fd4_emit_shader()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_program.c | 77 assume(bin || (sz == 0)); in fd5_emit_shader()
|