/external/googletest/googlemock/ |
D | README.md | 99 #### Linux Requirements #### 106 #### Windows Requirements #### 110 #### Mac OS X Requirements ####
|
/external/tensorflow/tensorflow/lite/g3doc/models/smart_reply/ |
D | overview.md | 45 ## Users section in Smart reply
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCBoolRetToInt.cpp | 132 const auto &Users = P->users(); in getPromotablePHINodes() local 151 const auto &Users = P->users(); in getPromotablePHINodes() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCBoolRetToInt.cpp | 149 const auto &Users = P->users(); in getPromotablePHINodes() local 168 const auto &Users = P->users(); in getPromotablePHINodes() local
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVLowerConstExpr.cpp | 138 std::vector<Instruction *> Users; in visit() local
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 363 std::vector<User*> Users(inputs[i]->user_begin(), inputs[i]->user_end()); in constructFunction() local 382 std::vector<User*> Users(header->user_begin(), header->user_end()); in constructFunction() local 492 std::vector<User*> Users(outputs[i]->user_begin(), outputs[i]->user_end()); in emitCallAndSwitchStatement() local
|
D | LoopUtils.cpp | 826 auto Users = Inst.users(); in findDefsUsedOutsideOfLoop() local
|
/external/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 137 std::vector<User *> Users(duplicateFunction->user_begin(), in unswitchFunction() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 751 const SetOfMachineInstr *Users = in registerADRCandidate() local 834 const SetOfMachineInstr *Users = in computeOthers() local 862 const SetOfMachineInstr *Users = in computeOthers() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 130 std::vector<User*> Users(duplicateFunction->use_begin(), in unswitchFunction() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 325 std::vector<User*> Users(inputs[i]->use_begin(), inputs[i]->use_end()); in constructFunction() local 345 std::vector<User*> Users(header->use_begin(), header->use_end()); in constructFunction() local 458 std::vector<User*> Users(outputs[i]->use_begin(), outputs[i]->use_end()); in emitCallAndSwitchStatement() local
|
D | LowerInvoke.cpp | 356 SmallVector<Instruction*,16> Users; in splitLiveRangesLiveAcrossInvokes() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanValue.h | 44 SmallVector<VPUser *, 1> Users; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 204 SmallVector<User *, 16> Users(GV->user_begin(), GV->user_end()); in lowerGlobal() local
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 204 SmallVector<User *, 16> Users(GV->user_begin(), GV->user_end()); in lowerGlobal() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 788 std::vector<User *> Users(inputs[i]->user_begin(), inputs[i]->user_end()); in constructFunction() local 807 std::vector<User *> Users(header->user_begin(), header->user_end()); in constructFunction() local 917 std::vector<User *> Users(outputs[i]->user_begin(), outputs[i]->user_end()); in emitCallAndSwitchStatement() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroElide.cpp | 47 SmallVectorImpl<CoroSubFnInst *> &Users) { in replaceWithConstant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 687 DenseSet<Instruction *> &Users) { in collectInLoopUserSet() 725 DenseSet<Instruction *> &Users) { in collectInLoopUserSet() 1552 SmallInstructionVector Users; in replaceSelected() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 699 DenseSet<Instruction *> &Users) { in collectInLoopUserSet() 737 DenseSet<Instruction *> &Users) { in collectInLoopUserSet() 1617 SmallInstructionVector Users; in replaceSelected() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 1209 bool BBVectorize::trackUsesOfI(DenseSet<Value *> &Users, in trackUsesOfI() 1272 DenseSet<Value *> Users; in getCandidatePairs() local 1504 DenseSet<Value *> Users; in buildDepMap() local 2895 DenseSet<Value *> Users; in canMoveUsesOfIAfterJ() local 2917 DenseSet<Value *> Users; in moveUsesOfIAfterJ() local 2948 DenseSet<Value *> Users; in collectPairLoadMoveSet() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 280 SmallVector<Instruction *, 16> Users; in lowerAcrossUnwindEdges() local
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 270 SmallVector<Instruction *, 16> Users; in lowerAcrossUnwindEdges() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 319 SmallVector<Instruction*,16> Users; in splitLiveRangesAcrossInvokes() local 864 SmallVector<Instruction*, 16> Users; in lowerAcrossUnwindEdges() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMCodeGenPrepare.cpp | 294 SmallVector<Instruction*, 4> Users; in Mutate() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | Instruction.h | 116 std::set<std::pair<ReadState *, int>> Users; variable
|