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
defs:Term
(Results
1 - 25
of
27
) sorted by relevance
1
2
/third_party/skia/include/core/
H
A
D
SkGraphics.h
27
static void
Term
() {}
in Term()
function in SkGraphics
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
CFG.cpp
74
const Instruction *
Term
= BB->getTerminator();
in GetSuccessorNumber()
local
H
A
D
SyncDependenceAnalysis.cpp
358
SyncDependenceAnalysis::join_blocks(const Instruction &
Term
) {
in join_blocks()
argument
H
A
D
DivergenceAnalysis.cpp
299
void DivergenceAnalysis::propagateBranchDivergence(const Instruction &
Term
) {
in propagateBranchDivergence()
argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
SIAnnotateControlFlow.cpp
210
void SIAnnotateControlFlow::openIf(BranchInst *
Term
) {
in openIf()
argument
220
insertElse(BranchInst *
Term
)
insertElse()
argument
230
handleLoopCondition( Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *
Term
)
handleLoopCondition()
argument
258
handleLoop(BranchInst *
Term
)
handleLoop()
argument
334
BranchInst *
Term
= dyn_cast<BranchInst>(BB->get
Term
inator());
runOnFunction()
local
[all...]
H
A
D
SIOptimizeExecMaskingPreRA.cpp
328
MachineInstr &
Term
= MBB.back();
in runOnMachineFunction()
local
H
A
D
AMDGPUISelDAGToDAG.cpp
946
const Instruction *
Term
= BB->getTerminator();
in isUniformBr()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
BasicBlock.cpp
391
auto *
Term
= getTerminator();
in isLegalToHoistInto()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
LoopSimplifyCFG.cpp
513
Instruction *
Term
= BB->getTerminator();
in foldTerminators()
local
H
A
D
PlaceSafepoints.cpp
349
Instruction *
Term
= Pred->getTerminator();
in runOnLoop()
local
H
A
D
ADCE.cpp
210
static bool isUnconditionalBranch(Instruction *
Term
) {
in isUnconditionalBranch()
argument
281
Instruction *
Term
= BB->getTerminator();
in initialize()
local
H
A
D
StructurizeCFG.cpp
396
BranchInst *
Term
= cast<BranchInst>(BB->getTerminator());
in analyzeLoops()
local
438
Value *StructurizeCFG::buildCondition(BranchInst *
Term
, unsigned Idx,
in buildCondition()
argument
465
BranchInst *
Term
= cast<BranchInst>(P->getTerminator());
in gatherPredicates()
local
664
Instruction *
Term
= BB->get
Term
inator();
killTerminator()
local
[all...]
H
A
D
CorrelatedValuePropagation.cpp
889
Instruction *
Term
= BB->getTerminator();
in runImpl()
local
H
A
D
LoopPredication.cpp
988
auto *
Term
= Pred->getTerminator();
in FindWidenableTerminatorAboveLoop()
local
H
A
D
JumpThreading.cpp
1652
Instruction *
Term
= BB->getTerminator();
in ProcessThreadableEdges()
local
2612
Instruction *
Term
=
in TryToUnfoldSelectInCurrBB()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
Analysis.cpp
515
const Instruction *
Term
= ExitBB->getTerminator();
in isInTailCallPosition()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H
A
D
FunctionComparator.cpp
940
const Instruction *
Term
= BB->getTerminator();
in functionHash()
local
H
A
D
LoopUnroll.cpp
558
auto *
Term
= cast<BranchInst>(Header->getTerminator());
in UnrollLoop()
local
808
BranchInst *
Term
= cast<BranchInst>(Latches[i]->get
Term
inator());
UnrollLoop()
local
853
Instruction *
Term
= Iter->get
Term
inator();
UnrollLoop()
local
877
BranchInst *
Term
= dyn_cast<BranchInst>(Latch->get
Term
inator());
UnrollLoop()
local
[all...]
H
A
D
LoopUnrollAndJam.cpp
498
BranchInst *
Term
= cast<BranchInst>(AftBlocksLast.back()->getTerminator());
in UnrollAndJamLoop()
local
545
BranchInst *
Term
= dyn_cast<BranchInst>(BB->getTerminator());
in UnrollAndJamLoop()
local
H
A
D
CodeExtractor.cpp
1013
Instruction *
Term
= TheCall->getParent()->getTerminator();
in insertLifetimeMarkersSurroundingCall()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H
A
D
HotColdSplitting.cpp
138
auto
Term
= BB.getTerminator();
in mayExtractBlock()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86FloatingPoint.cpp
557
MachineBasicBlock::iterator
Term
= MBB->getFirstTerminator();
in finishBlockStack()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
H
A
D
CoverageMapping.h
171
struct
Term
{
struct in llvm::coverage::CounterExpressionBuilder
175
Term
(unsigned CounterID, int Factor)
in Term()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
SelectionDAGISel.cpp
488
const Instruction *
Term
= BB.getTerminator();
in runOnMachineFunction()
local
556
MachineBasicBlock::iterator
Term
= MBB.getFirstTerminator();
in runOnMachineFunction()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
HexagonInstrInfo.cpp
604
auto
Term
= MBB.getFirstTerminator();
in insertBranch()
local
Completed in 51 milliseconds
1
2