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:isCompare
(Results
1 - 23
of
23
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H
A
D
vktTextureFilteringExplicitLodTests.cpp
148
if (samplerParams.
isCompare
)
in genSamplerDeclaration()
204
if (samplerParams.
isCompare
&& numCoordComp == 4)
in genLookupCode()
208
else if (samplerParams.
isCompare
)
in genLookupCode()
229
if (samplerParams.
isCompare
&& !hasSeparateCompare)
in genLookupCode()
265
if (samplerParams.
isCompare
&& hasSeparateCompare)
in genLookupCode()
400
if (samplerParams.
isCompare
)
in mapSamplerCreateInfo()
H
A
D
vktSampleVerifier.hpp
98
bool
isCompare
;
member
H
A
D
vktSampleVerifier.cpp
831
DE_ASSERT(m_samplerParams.
isCompare
== false);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H
A
D
vktTextureFilteringExplicitLodTests.cpp
148
if (samplerParams.
isCompare
)
in genSamplerDeclaration()
204
if (samplerParams.
isCompare
&& numCoordComp == 4)
in genLookupCode()
208
else if (samplerParams.
isCompare
)
in genLookupCode()
229
if (samplerParams.
isCompare
&& !hasSeparateCompare)
in genLookupCode()
265
if (samplerParams.
isCompare
&& hasSeparateCompare)
in genLookupCode()
400
if (samplerParams.
isCompare
)
in mapSamplerCreateInfo()
H
A
D
vktSampleVerifier.hpp
98
bool
isCompare
;
member
H
A
D
vktSampleVerifier.cpp
831
DE_ASSERT(m_samplerParams.
isCompare
== false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
ConstantsContext.h
482
SubclassData(CE->
isCompare
() ? CE->getPredicate() : 0), Ops(Operands),
in ConstantExprKeyType()
490
SubclassData(CE->
isCompare
() ? CE->getPredicate() : 0),
in ConstantExprKeyType()
512
if (SubclassData != (CE->
isCompare
() ? CE->getPredicate() : 0))
in operator ==()
H
A
D
Constants.cpp
1231
bool ConstantExpr::
isCompare
() const {
in isCompare()
function in ConstantExpr
H
A
D
AsmWriter.cpp
1513
if (CE->
isCompare
())
in WriteConstantInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H
A
D
SystemZElimCompare.cpp
178
if (Compare.
isCompare
())
in getCompareSourceReg()
710
if (CompleteCCUsers && (MI.
isCompare
() || isLoadAndTestAsCmp(MI)) &&
in processBlock()
H
A
D
SystemZAsmPrinter.cpp
34
if (MI->
isCompare
())
in lowerRILow()
48
if (MI->
isCompare
())
in lowerRIHigh()
H
A
D
SystemZInstrInfo.cpp
519
assert(MI.
isCompare
() && "Caller should have checked for a comparison");
in analyzeCompare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H
A
D
MCInstrDesc.h
339
bool
isCompare
() const { return Flags & (1ULL << MCID::Compare); }
in isCompare()
function in llvm::MCInstrDesc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
HexagonNewValueJump.cpp
571
(MI.getDesc().
isCompare
()) &&
in runOnMachineFunction()
H
A
D
HexagonSubtarget.cpp
210
else if (DAG->SUnits[su].getInstr()->
isCompare
() && LastSequentialCall)
in apply()
H
A
D
HexagonHardwareLoops.cpp
467
if (!PredI->
isCompare
())
in findInductionRegister()
1709
if (!PredDef->
isCompare
())
in fixupInductionVariable()
H
A
D
HexagonConstPropagation.cpp
1973
if (MI.
isCompare
()) {
in evaluate()
H
A
D
HexagonInstrInfo.cpp
2150
if (MI.mayLoadOrStore() || MI.
isCompare
())
in isEarlySourceInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
SIShrinkInstructions.cpp
664
if (MI.
isCompare
() && TII->isSOPC(MI)) {
in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
MachineInstr.h
743
bool
isCompare
(QueryType Type = IgnoreBundle) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
Constants.h
1102
bool
isCompare
() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
PeepholeOptimizer.cpp
1704
(MI->
isCompare
() && optimizeCmpInstr(*MI)) ||
in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
ConstantFolding.cpp
1107
if (CE->
isCompare
())
in ConstantFoldConstantImpl()
Completed in 53 milliseconds