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:BI
(Results
1 - 25
of
75
) sorted by relevance
1
2
3
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
GuardUtils.cpp
63
auto *
BI
= dyn_cast<BranchInst>(U);
in parseWidenableBranch()
local
H
A
D
MustExecute.cpp
124
auto *
BI
= dyn_cast<BranchInst>(CondExitBlock->getTerminator());
in CanProveNotTakenFirstIteration()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H
A
D
NVPTXLowerAlloca.cpp
107
auto
BI
= dyn_cast<BitCastInst>(AllocaUse.getUser());
in runOnFunction()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCCTRLoops.cpp
130
MachineBasicBlock::iterator
BI
= I;
in verifyCTRBranch()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
InstIterator.h
39
BI_t
BI
; // BasicBlock::iterator
member in llvm::InstIterator
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
LowerConstantIntrinsics.cpp
57
BranchInst *
BI
= dyn_cast<BranchInst>(I);
in replaceConditionalBranchesOnConstant()
local
[all...]
H
A
D
LowerExpectIntrinsic.cpp
199
BranchInst *
BI
= GetDomConditional(i);
in handlePhiDef()
local
315
handleBranchExpect(BranchInst &
BI
)
handleBranchExpect()
argument
[all...]
H
A
D
SpeculativeExecution.cpp
169
BranchInst *
BI
= dyn_cast<BranchInst>(B.getTerminator());
in runOnBasicBlock()
local
H
A
D
GVNSink.cpp
276
auto
BI
= Blocks.begin();
in restrictToBlocks()
local
H
A
D
CallSiteSplitting.cpp
134
auto *
BI
= dyn_cast<BranchInst>(From->getTerminator());
in recordCondition()
local
H
A
D
Reassociate.cpp
816
static Value *NegateValue(Value *V, Instruction *
BI
,
in NegateValue()
argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
InterferenceCache.cpp
160
BlockInterference *
BI
= &Blocks[MBBNum];
in update()
local
[all...]
H
A
D
StackColoring.cpp
541
LivenessMap::const_iterator
BI
= BlockLiveness.find(MBB);
in dumpBB()
local
770
LivenessMap::iterator
BI
= BlockLiveness.find(BB);
in calculateLocalLiveness()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H
A
D
CrossDSOCFI.cpp
152
BranchInst *
BI
= IRBTest.CreateCondBr(Test, ExitBB, TrapBB);
in buildCFICheck()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H
A
D
FlattenCFG.cpp
254
auto *
BI
= cast<BranchInst>(CurrBlock->getTerminator());
in FlattenParallelAndOr()
local
[all...]
H
A
D
LoopRotationUtils.cpp
219
BranchInst *
BI
= dyn_cast<BranchInst>(OrigHeader->getTerminator());
in rotateLoop()
local
[all...]
H
A
D
LoopSimplify.cpp
632
BranchInst *
BI
= dyn_cast<BranchInst>(ExitingBlock->getTerminator());
in simplifyOneLoop()
local
[all...]
H
A
D
CloneFunction.cpp
680
BranchInst *
BI
= dyn_cast<BranchInst>(I->getTerminator());
CloneAndPruneIntoFromInst()
local
844
BasicBlock::iterator
BI
= BB->begin();
DuplicateInstructionsInSplitBetween()
local
[all...]
H
A
D
LoopUnroll.cpp
307
BranchInst *
BI
= dyn_cast<BranchInst>(LatchBlock->getTerminator());
in UnrollLoop()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H
A
D
MSFBuilder.cpp
322
uint32_t
BI
= 0;
in commitFpm()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H
A
D
PDBFile.cpp
161
uint32_t
BI
= 0;
in parseFileHeaders()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
BasicBlock.cpp
429
BranchInst *
BI
= BranchInst::Create(New, this);
in splitBasicBlock()
local
H
A
D
SafepointIRVerifier.cpp
142
const BranchInst *
BI
= dyn_cast<BranchInst>(TI);
in processFunction()
local
H
A
D
Value.cpp
147
BasicBlock::const_iterator
BI
= BB->begin(), BE = BB->end();
in isUsedInBasicBlock()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H
A
D
BitstreamReader.h
553
void setBlockInfo(BitstreamBlockInfo *
BI
) { BlockInfo =
BI
; }
in setBlockInfo()
argument
Completed in 23 milliseconds
1
2
3