/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 45 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { in getOffsetOfLSDA() 175 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() 233 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo() 296 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset); in printRuntimeFunction() local
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 105 virtual Init *convertValue( UnsetInit *UI) { return nullptr; } in convertValue() 111 virtual Init *convertValue( UnOpInit *UI) { in convertValue() 114 virtual Init *convertValue( BinOpInit *UI) { in convertValue() 117 virtual Init *convertValue( TernOpInit *UI) { in convertValue() 153 Init *convertValue( UnsetInit *UI) override { return (Init*)UI; } in convertValue() 162 Init *convertValue( UnOpInit *UI) override { return RecTy::convertValue(UI);} in convertValue() 163 Init *convertValue( BinOpInit *UI) override { return RecTy::convertValue(UI);} in convertValue() 164 Init *convertValue( TernOpInit *UI) override {return RecTy::convertValue(UI);} in convertValue() 201 Init *convertValue( UnOpInit *UI) override { return RecTy::convertValue(UI);} in convertValue() 202 Init *convertValue( BinOpInit *UI) override { return RecTy::convertValue(UI);} in convertValue() [all …]
|
/external/tcpdump/ |
D | netbios.h | 15 #define UI 0x03 /* 802.2 flags */ macro
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonRemoveSZExtArgs.cpp | 63 for (auto UI = Arg->user_begin(); UI != Arg->user_end();) { in runOnFunction() local
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
D | vbo_attrib_tmp.h | 80 #define ATTRUI10_1( A, UI ) ATTR( A, 1, GL_FLOAT, (UI) & 0x3ff, 0, 0, 1 ) argument 81 #define ATTRUI10_2( A, UI ) ATTR( A, 2, GL_FLOAT, (UI) & 0x3ff, ((UI) >> 10) & 0x3ff, 0, 1 ) argument 82 #define ATTRUI10_3( A, UI ) ATTR( A, 3, GL_FLOAT, (UI) & 0x3ff, ((UI) >> 10) & 0x3ff, ((UI) >> 20) … argument 83 #define ATTRUI10_4( A, UI ) ATTR( A, 4, GL_FLOAT, (UI) & 0x3ff, ((UI) >> 10) & 0x3ff, ((UI) >> 20) … argument 85 #define ATTRUI10N_1( A, UI ) ATTR( A, 1, GL_FLOAT, conv_ui10_to_norm_float((UI) & 0x3ff), 0, 0, 1 ) argument 86 #define ATTRUI10N_2( A, UI ) ATTR( A, 2, GL_FLOAT, \ argument 89 #define ATTRUI10N_3( A, UI ) ATTR( A, 3, GL_FLOAT, \ argument 93 #define ATTRUI10N_4( A, UI ) ATTR( A, 4, GL_FLOAT, \ argument
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_attrib_tmp.h | 80 #define ATTRUI10_1( A, UI ) ATTR( A, 1, GL_FLOAT, (UI) & 0x3ff, 0, 0, 1 ) argument 81 #define ATTRUI10_2( A, UI ) ATTR( A, 2, GL_FLOAT, (UI) & 0x3ff, ((UI) >> 10) & 0x3ff, 0, 1 ) argument 82 #define ATTRUI10_3( A, UI ) ATTR( A, 3, GL_FLOAT, (UI) & 0x3ff, ((UI) >> 10) & 0x3ff, ((UI) >> 20) … argument 83 #define ATTRUI10_4( A, UI ) ATTR( A, 4, GL_FLOAT, (UI) & 0x3ff, ((UI) >> 10) & 0x3ff, ((UI) >> 20) … argument 85 #define ATTRUI10N_1( A, UI ) ATTR( A, 1, GL_FLOAT, conv_ui10_to_norm_float((UI) & 0x3ff), 0, 0, 1 ) argument 86 #define ATTRUI10N_2( A, UI ) ATTR( A, 2, GL_FLOAT, \ argument 89 #define ATTRUI10N_3( A, UI ) ATTR( A, 3, GL_FLOAT, \ argument 93 #define ATTRUI10N_4( A, UI ) ATTR( A, 4, GL_FLOAT, \ argument
|
/external/llvm/lib/IR/ |
D | Value.cpp | 93 const_use_iterator UI = use_begin(), E = use_end(); in hasNUses() local 104 const_use_iterator UI = use_begin(), E = use_end(); in hasNUsesOrMore() local 122 const_user_iterator UI = user_begin(), UE = user_end(); in isUsedInBasicBlock() local
|
/external/llvm/tools/opt/ |
D | AnalysisWrappers.cpp | 41 Instruction *UI = dyn_cast<Instruction>(U); in runOnModule() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reg2Mem.cpp | 52 const Instruction *UI = cast<Instruction>(U); in valueEscapes() local
|
D | LoopUnswitch.cpp | 974 Instruction *UI = dyn_cast<Instruction>(U); in RewriteLoopBodyWithConditionConstant() local 980 for (std::vector<Instruction*>::iterator UI = Worklist.begin(), in RewriteLoopBodyWithConditionConstant() local 992 Instruction *UI = dyn_cast<Instruction>(U); in RewriteLoopBodyWithConditionConstant() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXImageOptimizer.cpp | 150 for (CallInst::use_iterator UI = From->use_begin(), UE = From->use_end(); in replaceWith() local
|
/external/chromium_org/content/public/browser/ |
D | browser_thread.h | 66 UI, enumerator
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 134 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in AnalyzeAlloca() local 319 for (auto UI = AI->user_begin(), UE = AI->user_end(); UI != UE;) { in removeLifetimeIntrinsicUsers() local 359 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in rewriteSingleStoreAlloca() local 466 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in promoteSingleBlockAlloca() local
|
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
D | vim_ui.py | 16 class UI: class
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 410 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) { in printWin64EHUnwindInfo() 515 auto *UI = reinterpret_cast<const Win64EH::UnwindInfo *>(XContents.data() + in printRuntimeFunctionRels() local
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
D | main_wnd.h | 60 enum UI { enum
|
/external/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 134 for (std::vector<User*>::iterator UI = Users.begin(), UE = Users.end(); in unswitchFunction() local
|
D | GlobalOpt.cpp | 201 for (Value::user_iterator UI = GV->user_begin(), E = GV->user_end(); in CleanupPointerRootUsers() local 675 for (auto UI = V->user_begin(), E = V->user_end(); UI != E; ) { in OptimizeAwayTrappingUsesOfValue() local 806 for (Value::user_iterator UI = V->user_begin(), E = V->user_end(); UI != E; ) in ConstantPropUsersOf() local 1055 const Instruction *UI = cast<Instruction>(U); in LoadUsesSimpleEnoughForHeapSRA() local 1248 for (auto UI = PN->user_begin(), E = PN->user_end(); UI != E;) { in RewriteHeapSROALoadUser() local 1261 for (auto UI = Load->user_begin(), E = Load->user_end(); UI != E;) { in RewriteUsesOfLoadForHeapSRoA() local 1393 for (auto UI = GV->user_begin(), E = GV->user_end(); UI != E;) { in PerformHeapAllocSRoA() local 1643 Instruction *UI = cast<Instruction>(GV->user_back()); in TryToShrinkGlobalToBoolean() local
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 350 const Instruction *UI = cast<Instruction>(U); in CanMergeBlocks() local 486 for (Value::user_iterator UI = CI->user_begin(), E = CI->user_end(); in SinkCast() local 579 for (Value::user_iterator UI = CI->user_begin(), E = CI->user_end(); in OptimizeCmpExpression() local 735 for (Value::user_iterator UI = ShiftI->user_begin(), E = ShiftI->user_end(); in OptimizeExtractBits() local 2903 Instruction *UI = cast<Instruction>(U); in OptimizeExtUses() local 2916 Instruction *UI = cast<Instruction>(U); in OptimizeExtUses() local 3075 Instruction *UI = cast<Instruction>(U); in OptimizeShuffleVectorInst() local 3296 for (Value::use_iterator UI = Cmp->use_begin(), E = Cmp->use_end(); in sinkAndCmp() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 90 for (SDNode::use_iterator UI = I->use_begin(), UE = I->use_end(); in PerformExpensiveChecks() local 172 for (SDNode::use_iterator UI = N->use_begin(), UE = N->use_end(); in PerformExpensiveChecks() local 353 for (SDNode::use_iterator UI = N->use_begin(), E = N->use_end(); in run() local
|
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 308 Instruction *UI = cast<Instruction>(U); in Solve() local
|
D | IVUsers.cpp | 277 for (ilist<IVStrideUse>::const_iterator UI = IVUses.begin(), in print() local
|
/external/openssl/crypto/ |
D | ossl_typ.h | 170 typedef struct ui_st UI; typedef
|
/external/openssl/include/openssl/ |
D | ossl_typ.h | 170 typedef struct ui_st UI; typedef
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 450 for (Value::use_iterator UI = Arg->use_begin(), UE = Arg->use_end(); in runOnFunction() local
|