Home
last modified time | relevance | path

Searched refs:Computations (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h56 Computations.forgetProducers(); in initNodeForLowering()
57 Computations.recordProducers(Node); in initNodeForLowering()
58 Computations.dump(Func); in initNodeForLowering()
920 ComputationTracker Computations; variable
DIceTargetLoweringARM32.h84 Computations.forgetProducers(); in initNodeForLowering()
85 Computations.recordProducers(Node); in initNodeForLowering()
86 Computations.dump(Func); in initNodeForLowering()
1354 ComputationTracker Computations; variable
DIceTargetLoweringARM32.cpp3161 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic()
3176 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic()
3211 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic()
3297 if (const Inst *Src1Producer = Computations.getProducerOf(Src1)) { in lowerArithmetic()
3571 const Inst *Producer = Computations.getProducerOf(Boolean); in lowerInt1ForBranch()
3787 assert(Computations.getProducerOf(Dest) == nullptr); in lowerCall()
6718 if (const Inst *Producer = Computations.getProducerOf(Boolean)) { in lowerInt1ForSelect()
6802 if (const Inst *Producer = Computations.getProducerOf(Boolean)) { in lowerInt1()
DIceTargetLoweringMIPS32.cpp3094 const Inst *Producer = Computations.getProducerOf(Boolean); in lowerBr()
/external/llvm-project/libclc/generic/lib/math/
Dexpm1.cl115 // Computations for m > 52, including where result is close to Inf
Dclc_pown.cl101 // Computations for x not near 1
Dclc_powr.cl99 // Computations for x not near 1
Dclc_rootn.cl101 // Computations for x not near 1
Dclc_pow.cl103 /* Computations for x not near 1 */
/external/libchrome/libchrome_tools/patches/
DFix-TimeDelta.patch37 // Computations with other deltas. Can easily be made constexpr with C++17 but
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dxla_service.proto19 // Computations are composed of data flowing between arbitrarily-sized
/external/pffft/
DREADME.md7 tries to be small. Computations do take advantage of SSE1 instructions
/external/one-true-awk/testdir/
Dfunstack.ok902 C. B. Moler Matrix Computations with Fortran and
2786 Michael O. Rabin Complexity of Computations . . . . . . . 625--633
Dfunstack.in6303 title = "Matrix Computations with {Fortran} and Paging",
21188 title = "Complexity of Computations",
/external/python/cpython3/Doc/whatsnew/
D3.2.rst280 :pep:`3148` - Futures -- Execute Computations Asynchronously