OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UI
(Results
26 - 50
of
63
) sorted by null
1
2
3
/external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp
[
all
...]
ScalarReplAggregates.cpp
477
Instruction *
UI
= cast<Instruction>(U);
479
if (LoadInst *LI = dyn_cast<LoadInst>(
UI
)) {
491
if (StoreInst *SI = dyn_cast<StoreInst>(
UI
)) {
502
if (BitCastInst *BCI = dyn_cast<BitCastInst>(
UI
)) {
510
if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(
UI
)) {
542
if (MemSetInst *MSI = dyn_cast<MemSetInst>(
UI
)) {
569
if (MemTransferInst *MTI = dyn_cast<MemTransferInst>(
UI
)) {
582
if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(
UI
)) {
[
all
...]
LoopStrengthReduce.cpp
788
Instruction *
UI
= dyn_cast<Instruction>(UR);
789
if (
UI
&&
UI
->getOpcode() == Instruction::Mul &&
790
SE.isSCEVable(
UI
->getType())) {
791
return SE.getSCEV(
UI
) == Mul;
[
all
...]
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java
100
static final short
UI
= vr("
UI
");
332
* @param listener The Listener to provide feedback to the
UI
on loading
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
201
for (Value::user_iterator
UI
= GV->user_begin(), E = GV->user_end();
202
UI
!= E;) {
203
User *U = *
UI
++;
238
// This could have invalidated
UI
, start over from scratch.
679
for (auto
UI
= V->user_begin(), E = V->user_end();
UI
!= E; ) {
680
Instruction *I = cast<Instruction>(*
UI
++);
704
// Being passed as an argument also. Be careful to not invalidate
UI
!
705
UI
= V->user_begin();
810
for (Value::user_iterator
UI
= V->user_begin(), E = V->user_end(); UI != E;
[
all
...]
/frameworks/base/core/java/android/provider/
Contacts.java
187
// For now we only support a single account and the
UI
doesn't know what
189
// Some day when we add multiple accounts to the
UI
this should honor the account
222
// For now we only support a single account and the
UI
doesn't know what
224
// Some day when we add multiple accounts to the
UI
this should honor the account
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
654
auto
UI
= Placeholder->user_begin();
655
User *U = *
UI
;
660
UI
.getUse().set(RealVal);
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
818
auto
UI
= Placeholder->user_begin();
819
User *U = *
UI
;
824
UI
.getUse().set(RealVal);
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
743
Instruction *
UI
= cast<Instruction>(U);
744
if (
UI
!= &I && !I.isIdenticalTo(
UI
))
859
for (auto
UI
= PN->user_begin(), E = PN->user_end();
UI
!= E;) {
860
Instruction *User = cast<Instruction>(*
UI
++)
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp
[
all
...]
LoopVectorize.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
400
const Instruction *
UI
= cast<Instruction>(U);
401
if (
UI
->getParent() != DestBB || !isa<PHINode>(
UI
))
406
if (
UI
->getParent() == DestBB) {
407
if (const PHINode *UPN = dyn_cast<PHINode>(
UI
))
670
for (Value::user_iterator
UI
= CI->user_begin(), E = CI->user_end();
671
UI
!= E; ) {
672
Use &TheUse =
UI
.getUse();
673
Instruction *User = cast<Instruction>(*
UI
);
683
++
UI
;
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
127
bool SimplifyUnreachable(UnreachableInst *
UI
);
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
[
all
...]
/external/robolectric/lib/main/
android.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/16/
android.jar
Completed in 365 milliseconds
1
2
3