/external/llvm/tools/llvm-readobj/ |
D | ARMEHABIPrinter.h | 96 void OpcodeDecoder::Decode_00xxxxxx(const uint8_t *Opcodes, unsigned &OI) { in Decode_00xxxxxx() 101 void OpcodeDecoder::Decode_01xxxxxx(const uint8_t *Opcodes, unsigned &OI) { in Decode_01xxxxxx() 107 unsigned &OI) { in Decode_1000iiii_iiiiiiii() 119 void OpcodeDecoder::Decode_10011101(const uint8_t *Opcodes, unsigned &OI) { in Decode_10011101() 123 void OpcodeDecoder::Decode_10011111(const uint8_t *Opcodes, unsigned &OI) { in Decode_10011111() 127 void OpcodeDecoder::Decode_1001nnnn(const uint8_t *Opcodes, unsigned &OI) { in Decode_1001nnnn() 131 void OpcodeDecoder::Decode_10100nnn(const uint8_t *Opcodes, unsigned &OI) { in Decode_10100nnn() 137 void OpcodeDecoder::Decode_10101nnn(const uint8_t *Opcodes, unsigned &OI) { in Decode_10101nnn() 143 void OpcodeDecoder::Decode_10110000(const uint8_t *Opcodes, unsigned &OI) { in Decode_10110000() 148 unsigned &OI) { in Decode_10110001_0000iiii() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ARMEHABIPrinter.h | 100 unsigned &OI) { in Decode_00xxxxxx() 106 unsigned &OI) { in Decode_01xxxxxx() 112 unsigned &OI) { in Decode_1000iiii_iiiiiiii() 125 unsigned &OI) { in Decode_10011101() 130 unsigned &OI) { in Decode_10011111() 135 unsigned &OI) { in Decode_1001nnnn() 140 unsigned &OI) { in Decode_10100nnn() 147 unsigned &OI) { in Decode_10101nnn() 154 unsigned &OI) { in Decode_10110000() 159 unsigned &OI) { in Decode_10110001_0000iiii() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/ |
D | GLSMultipleLinearRegression.java | 95 RealMatrix OI = getOmegaInverse(); in calculateBeta() local 111 RealMatrix OI = getOmegaInverse(); in calculateBetaVariance() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | OrderedInstructions.cpp | 57 OrderedInstructions OI(&*DT); in TEST() local
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 104 for (ImmutableCallSite::arg_iterator OI = CS.arg_begin(), in CanUse() local 123 for (User::const_op_iterator OI = Inst->op_begin(), OE = Inst->op_end(); in CanUse() local
|
D | ObjCARCAPElim.cpp | 155 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end(); in runOnModule() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 104 for (ImmutableCallSite::arg_iterator OI = CS.arg_begin(), in CanUse() local 123 for (User::const_op_iterator OI = Inst->op_begin(), OE = Inst->op_end(); in CanUse() local
|
D | ObjCARCAPElim.cpp | 157 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end(); in runOnModule() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 84 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMStoreDeprecationInfo() local 102 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMLoadDeprecationInfo() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 87 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMStoreDeprecationInfo() local 105 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) { in getARMLoadDeprecationInfo() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 215 if (Instruction *OI = dyn_cast<Instruction>(O)) { in walkBackwards() local 280 if (Instruction *OI = dyn_cast<Instruction>(O)) { in walkForwards() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 222 if (Instruction *OI = dyn_cast<Instruction>(O)) { in walkBackwards() local 295 if (Instruction *OI = dyn_cast<Instruction>(O)) { in walkForwards() local
|
/external/llvm/lib/IR/ |
D | TypeFinder.cpp | 62 for (User::const_op_iterator OI = I.op_begin(), OE = I.op_end(); in run() local
|
/external/llvm/lib/Analysis/ |
D | ObjCARCInstKind.cpp | 318 for (User::const_op_iterator OI = I->op_begin(), OE = I->op_end(); in GetARCInstKind() local
|
D | ModuleSummaryAnalysis.cpp | 46 for (const auto &OI : U->operands()) { in findRefEdges() local
|
D | IVUsers.cpp | 73 for (SCEVAddExpr::op_iterator OI = Add->op_begin(), OE = Add->op_end(); in isInteresting() local
|
D | AliasAnalysisEvaluator.cpp | 130 for (Instruction::op_iterator OI = Inst.op_begin(), OE = Inst.op_end(); in runInternal() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ObjCARCInstKind.cpp | 324 for (User::const_op_iterator OI = I->op_begin(), OE = I->op_end(); in GetARCInstKind() local
|
D | AliasAnalysisEvaluator.cpp | 129 for (Instruction::op_iterator OI = Inst.op_begin(), OE = Inst.op_end(); in runInternal() local
|
/external/clang/lib/Lex/ |
D | MacroInfo.cpp | 86 for (arg_iterator I = arg_begin(), OI = Other.arg_begin(), E = arg_end(); in isIdenticalTo() local
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 202 ObjectMap::iterator OI = LoadedObjectMap.find(ObjData); in NotifyFreeingObject() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 205 ObjectMap::iterator OI = LoadedObjectMap.find(ObjData); in NotifyFreeingObject() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 696 static bool hasProfileData(Function *F, FunctionOutliningInfo *OI) { in hasProfileData() 957 Function *F, FunctionOutliningInfo *OI, OptimizationRemarkEmitter &ORE) in FunctionCloner() 980 Function *F, FunctionOutliningMultiRegionInfo *OI, in FunctionCloner() 1295 std::unique_ptr<FunctionOutliningInfo> OI = computeOutliningInfo(F); in unswitchFunction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | PredicateInfo.h | 250 OrderedInstructions OI; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 113 static bool valueComesBefore(OrderedInstructions &OI, const Value *A, in valueComesBefore() 130 OrderedInstructions &OI; member
|