Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:isFast
(Results
1 - 18
of
18
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H
A
D
IVDescriptors.h
319
!cast<FPMathOperator>(InductionBinOp)->
isFast
();
in hasUnsafeAlgebra()
328
if (!InductionBinOp || cast<FPMathOperator>(InductionBinOp)->
isFast
())
in getUnsafeAlgebraInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
Operator.h
213
bool
isFast
() const { return all(); }
in isFast()
function in llvm::FastMathFlags
317
bool
isFast
() const {
in isFast()
function in llvm::FPMathOperator
H
A
D
Instruction.h
404
bool
isFast
() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H
A
D
SimplifyLibCalls.cpp
1368
if (!CI->
isFast
())
1497
if (BaseFn && BaseFn->hasOneUse() && BaseFn->
isFast
() && Pow->
isFast
()) {
1875
if (!Log->
isFast
() || !Arg || !Arg->
isFast
() || !Arg->hasOneUse())
2023
if (!CI->
isFast
())
2027
if (!I || I->getOpcode() != Instruction::FMul || !I->
isFast
())
2049
if (OtherMul0 == OtherMul1 && cast<Instruction>(Op0)->
isFast
()) {
2095
if (!CI->
isFast
() || !OpC->
isFast
())
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
Instruction.cpp
194
bool Instruction::
isFast
() const {
in isFast()
function in Instruction
196
return cast<FPMathOperator>(this)->
isFast
();
in isFast()
H
A
D
AutoUpgrade.cpp
3521
if (CI->
isFast
())
in UpgradeIntrinsicCall()
3532
if (CI->
isFast
())
in UpgradeIntrinsicCall()
H
A
D
AsmWriter.cpp
1256
if (FPO->
isFast
())
in WriteOptimizationInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
IVDescriptors.cpp
546
I1->
isFast
())
in isConditionalRdxPattern()
549
if (m_FMul(m_Value(Op1), m_Value(Op2)).match(I1) && (I1->
isFast
()))
in isConditionalRdxPattern()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
Reassociate.cpp
151
if (!isa<FPMathOperator>(I) || I->
isFast
())
in isReassociableOp()
161
if (!isa<FPMathOperator>(I) || I->
isFast
())
in isReassociableOp()
576
!cast<Instruction>(Op)->
isFast
())) &&
in LinearizeExprTree()
2103
if (I->getType()->isFPOrFPVectorTy() && !I->
isFast
())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
SelectionDAGNodes.h
472
bool
isFast
() const {
in isFast()
function
991
bool
isFast
() { return Flags.
isFast
(); }
in isFast()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H
A
D
LoopVectorizationLegality.cpp
778
!I.
isFast
()) {
in canVectorizeInstrs()
H
A
D
SLPVectorizer.cpp
6290
cast<Instruction>(I->getOperand(0))->
isFast
();
6932
assert(Builder.getFastMathFlags().
isFast
() && "Expected 'fast' FMF");
/third_party/skia/src/core/
H
A
D
SkBlurMF.cpp
975
// things a bit in the !
isFast
case, too.
in make_rect_blur()
986
bool
isFast
= insetRect.isSorted();
in make_rect_blur()
local
995
uniform int
isFast
; // specialized
in make_rect_blur()
999
if (bool(
isFast
)) {
in make_rect_blur()
1039
"
isFast
", GrSkSLFP::Specialize<int>(
isFast
));
in make_rect_blur()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUCodeGenPrepare.cpp
561
bool UnsafeDiv = HasUnsafeFPMath || FMF.
isFast
() ||
in visitFDiv()
H
A
D
AMDGPULibCalls.cpp
494
if (Op->
isFast
())
in isUnsafeMath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H
A
D
InstCombineMulDivRem.cpp
553
if (I.
isFast
()) {
in visitFMul()
H
A
D
InstCombineCalls.cpp
2233
if (II->
isFast
()) {
in visitCallInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
SelectionDAGBuilder.cpp
3025
if (FPOp->getFastMathFlags().
isFast
())
in isVectorReductionOp()
3075
if (!isa<PHINode>(FPOp) && !FPOp->getFastMathFlags().
isFast
())
in isVectorReductionOp()
Completed in 72 milliseconds