Home
last modified time | relevance | path

Searched refs:assume (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_tex_src_plane.c120 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 Dmacros.h123 #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 DAssumptionCache.cpp1 //===- 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 DTypeMetadataUtils.cpp81 // Find llvm.assume intrinsics for this llvm.type.test call. in findDevirtualizableCallsForTypeTest()
85 if (F && F->getIntrinsicID() == Intrinsic::assume) in findDevirtualizableCallsForTypeTest()
H A DBasicAliasAnalysis.cpp134 // 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 DAliasSetTracker.cpp445 case Intrinsic::assume: in addUnknown()
H A DModuleSummaryAnalysis.cpp177 // 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 Derrno.rs171 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 Dnir_lower_alpha_test.c72 assume(out); in nir_lower_alpha_test()
H A Dnir_lower_clamp_color_outputs.c78 assume(out); in lower_intrinsic()
/third_party/curl/lib/
H A Dparsedate.c273 enum assume { enum
368 enum assume dignext = DATE_MDAY; in parsedate()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_inst.h1281 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 Dbrw_vue_map.c76 * 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 Dflac_dsp_gpl.asm40 ; Here we assume that the maximum order value is 32. This means that we only
/third_party/python/PCbuild/
H A Dfind_msbuild.bat28 @rem If msbuild.exe is on the PATH, assume that the user wants that one.
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_program.c121 assume(ret); in assemble_tgsi()
H A Dfreedreno_query_hw.c49 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 DIntrinsicLowering.cpp334 case Intrinsic::assume: in LowerIntrinsicCall()
H A DAnalysis.cpp541 // 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 DLoopRotationUtils.cpp383 if (II->getIntrinsicID() == Intrinsic::assume) in rotateLoop()
H A DEvaluator.cpp546 } else if (II->getIntrinsicID() == Intrinsic::assume) { in EvaluateBlock()
547 LLVM_DEBUG(dbgs() << "Skipping assume intrinsic.\n"); in EvaluateBlock()
H A DLoopUnroll.cpp378 // 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 Dir3_nir.c297 assume(ncomp >= 1); in ir3_nir_lower_array_sampler_cb()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c73 assume(bin || (sz == 0)); in fd4_emit_shader()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c77 assume(bin || (sz == 0)); in fd5_emit_shader()

Completed in 31 milliseconds

1234