/external/llvm/test/Analysis/CostModel/X86/ |
D | alternate-shuffle-cost.ll | 18 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_v2i32': 19 ; SSE2: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector 20 ; SSSE3: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector 21 ; SSE41: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector 22 ; AVX: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector 23 ; AVX2: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector 29 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_v2f32': 30 ; SSE2: Cost Model: {{.*}} 2 for instruction: %1 = shufflevector 31 ; SSSE3: Cost Model: {{.*}} 2 for instruction: %1 = shufflevector 32 ; SSE41: Cost Model: {{.*}} 1 for instruction: %1 = shufflevector [all …]
|
D | vselect-cost.ll | 13 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_2i64': 14 ; SSE2: Cost Model: {{.*}} 1 for instruction: %sel = select <2 x i1> 15 ; SSE41: Cost Model: {{.*}} 1 for instruction: %sel = select <2 x i1> 16 ; AVX: Cost Model: {{.*}} 1 for instruction: %sel = select <2 x i1> 17 ; AVX2: Cost Model: {{.*}} 1 for instruction: %sel = select <2 x i1> 23 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_2double': 24 ; SSE2: Cost Model: {{.*}} 1 for instruction: %sel = select <2 x i1> 25 ; SSE41: Cost Model: {{.*}} 1 for instruction: %sel = select <2 x i1> 26 ; AVX: Cost Model: {{.*}} 1 for instruction: %sel = select <2 x i1> 27 ; AVX2: Cost Model: {{.*}} 1 for instruction: %sel = select <2 x i1> [all …]
|
D | intrinsic-cost.ll | 24 ; CORE2: Printing analysis 'Cost Model Analysis' for function 'test1': 25 ; CORE2: Cost Model: Found an estimated cost of 46 for instruction: %2 = call <4 x float> @llvm.c… 27 ; COREI7: Printing analysis 'Cost Model Analysis' for function 'test1': 28 ; COREI7: Cost Model: Found an estimated cost of 1 for instruction: %2 = call <4 x float> @llvm.c… 52 ; CORE2: Printing analysis 'Cost Model Analysis' for function 'test2': 53 ; CORE2: Cost Model: Found an estimated cost of 46 for instruction: %2 = call <4 x float> @llvm.n… 55 ; COREI7: Printing analysis 'Cost Model Analysis' for function 'test2': 56 ; COREI7: Cost Model: Found an estimated cost of 1 for instruction: %2 = call <4 x float> @llvm.n… 80 ; CORE2: Printing analysis 'Cost Model Analysis' for function 'test3': 81 ; CORE2: Cost Model: Found an estimated cost of 4 for instruction: %2 = call <4 x float> @llvm.fmul… [all …]
|
/external/tensorflow/tensorflow/contrib/lite/toco/ |
D | tooling_util.h | 57 bool IsInputArray(const Model& model, const string& name); 58 bool IsArrayConsumed(const Model& model, const string& name); 59 int CountTrueOutputs(const Model& model, const Operator& op); 61 int CountOpsWithInput(const Model& model, const string& array_name); 62 bool DeleteArrayIfUnused(const string& array_name, Model* model); 63 bool DeleteArrayIfUsedOnce(const string& array_name, Model* model); 66 const Model& model, const string& array_name); 67 Operator* GetOpWithOutput(const Model& model, const string& array_name); 70 Model& model, const string& array_name); 72 Operator* GetOpWithOutput(const Model& model, const string& array_name); [all …]
|
D | import_tensorflow.cc | 323 Model* model) { in ConvertConstOperator() 362 Model* model) { in ConvertConvOperator() 415 Model* model) { in ConvertDepthwiseConvOperator() 468 Model* model) { in ConvertDepthToSpaceOperator() 483 Model* model) { in ConvertSpaceToDepthOperator() 498 Model* model) { in ConvertBiasAddOperator() 514 Model* model) { in ConvertReluOperator() 526 Model* model) { in ConvertRelu6Operator() 539 Model* model) { in ConvertLogisticOperator() 552 Model* model) { in ConvertTanhOperator() [all …]
|
/external/skqp/tools/mdbviz/ |
D | Model.cpp | 18 Model::Model() : fCurOp(0) { in Model() function in Model 23 Model::~Model() { in ~Model() 27 Model::ErrorCode Model::load(const char* filename) { in load() 54 const char* Model::ErrorString(ErrorCode err) { in ErrorString() 64 const char* Model::getOpName(int index) const { in getOpName() 68 bool Model::isHierarchyPush(int index) const { in isHierarchyPush() 76 bool Model::isHierarchyPop(int index) const { in isHierarchyPop() 83 void Model::setCurOp(int curOp) { in setCurOp() 94 void Model::drawTo(int index) { in drawTo() 110 void Model::resetOpList() { in resetOpList()
|
/external/skia/tools/mdbviz/ |
D | Model.cpp | 18 Model::Model() : fCurOp(0) { in Model() function in Model 23 Model::~Model() { in ~Model() 27 Model::ErrorCode Model::load(const char* filename) { in load() 54 const char* Model::ErrorString(ErrorCode err) { in ErrorString() 64 const char* Model::getOpName(int index) const { in getOpName() 68 bool Model::isHierarchyPush(int index) const { in isHierarchyPush() 76 bool Model::isHierarchyPop(int index) const { in isHierarchyPop() 83 void Model::setCurOp(int curOp) { in setCurOp() 94 void Model::drawTo(int index) { in drawTo() 110 void Model::resetOpList() { in resetOpList()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.h | 42 Optional<Reloc::Model> RM, CodeModel::Model CM, 68 Optional<Reloc::Model> RM, CodeModel::Model CM, 79 Optional<Reloc::Model> RM, CodeModel::Model CM, 90 Optional<Reloc::Model> RM, CodeModel::Model CM, 103 Optional<Reloc::Model> RM, CodeModel::Model CM, 114 Optional<Reloc::Model> RM, CodeModel::Model CM, 125 Optional<Reloc::Model> RM, CodeModel::Model CM,
|
D | ARMTargetMachine.cpp | 177 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() 178 Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 195 Optional<Reloc::Model> RM, in ARMBaseTargetMachine() 196 CodeModel::Model CM, in ARMBaseTargetMachine() 269 Optional<Reloc::Model> RM, in ARMTargetMachine() 270 CodeModel::Model CM, CodeGenOpt::Level OL, in ARMTargetMachine() 284 Optional<Reloc::Model> RM, in ARMLETargetMachine() 285 CodeModel::Model CM, in ARMLETargetMachine() 294 Optional<Reloc::Model> RM, in ARMBETargetMachine() 295 CodeModel::Model CM, in ARMBETargetMachine() [all …]
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 84 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() 88 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel() 91 static TLSModel::Model getSelectedTLSModel(const GlobalValue *GV) { in getSelectedTLSModel() 113 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal() 153 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const { in getTLSModel() 155 Reloc::Model RM = getRelocationModel(); in getTLSModel() 159 TLSModel::Model Model; in getTLSModel() local 162 Model = TLSModel::LocalDynamic; in getTLSModel() 164 Model = TLSModel::GeneralDynamic; in getTLSModel() 167 Model = TLSModel::LocalExec; in getTLSModel() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Host.cpp | 96 unsigned &Model) { in DetectX86FamilyModel() argument 98 Model = (EAX >> 4) & 0xf; // Bits 4 - 7 in DetectX86FamilyModel() 104 Model += ((EAX >> 16) & 0xf) << 4; // Bits 16 - 19 in DetectX86FamilyModel() 113 unsigned Model = 0; in getHostCPUName() local 114 DetectX86FamilyModel(EAX, Family, Model); in getHostCPUName() 131 switch (Model) { in getHostCPUName() 144 switch (Model) { in getHostCPUName() 162 switch (Model) { in getHostCPUName() 233 switch (Model) { in getHostCPUName() 274 switch (Model) { in getHostCPUName() [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-function-params.cpp | 8 template <class Model, void (Model::*)()> struct wrap_constraints { }; 9 template <class Model> 10 inline char has_constraints_(Model* , // expected-note 3{{candidate template ignored}} 11 … wrap_constraints<Model,&Model::constraints>* = 0); // expected-note 2{{in instantiation}} 13 template <class Model> struct not_satisfied { 14 …static const bool value = sizeof( has_constraints_((Model*)0) == 1); // expected-error 3{{no matc… 20 template <class Model> struct requirement_<void(*)(Model)> : if_< n… 22 template <class Model> struct usage_requirements {
|
D | instantiate-field.cpp | 39 template <class Model> struct requirement<failed *Model::*> 43 ((Model*)0)->~Model(); // expected-note{{in instantiation of}} in failed() 47 template <class Model> struct requirement_<void(*)(Model)> : requirement<failed *Model::*> 53 template <class Model> struct usage_requirements 56 {((Model*)0)->~Model(); } // expected-note{{in instantiation of}} in ~usage_requirements()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsTargetMachine.h | 42 Reloc::Model RM, CodeModel::Model CM, 89 Reloc::Model RM, CodeModel::Model CM); 98 Reloc::Model RM, CodeModel::Model CM); 107 Reloc::Model RM, CodeModel::Model CM); 116 Reloc::Model RM, CodeModel::Model CM);
|
D | MipsTargetMachine.cpp | 38 Reloc::Model RM, CodeModel::Model CM, in MipsTargetMachine() 57 Reloc::Model RM, CodeModel::Model CM) : in MipsebTargetMachine() 63 Reloc::Model RM, CodeModel::Model CM) : in MipselTargetMachine() 69 Reloc::Model RM, CodeModel::Model CM) : in Mips64ebTargetMachine() 75 Reloc::Model RM, CodeModel::Model CM) : in Mips64elTargetMachine()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCCodeGenInfo.h | 25 Reloc::Model RelocationModel; 29 CodeModel::Model CMModel; 32 void InitMCCodeGenInfo(Reloc::Model RM = Reloc::Default, 33 CodeModel::Model CM = CodeModel::Default); 35 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel() 37 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.h | 31 Optional<Reloc::Model> RM, CodeModel::Model CM, 52 Optional<Reloc::Model> RM, CodeModel::Model CM, 63 Optional<Reloc::Model> RM, CodeModel::Model CM, 73 Optional<Reloc::Model> RM, CodeModel::Model CM,
|
D | SparcTargetMachine.cpp | 57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() 67 Optional<Reloc::Model> RM, in SparcTargetMachine() 68 CodeModel::Model CM, in SparcTargetMachine() 189 Optional<Reloc::Model> RM, in SparcV8TargetMachine() 190 CodeModel::Model CM, in SparcV8TargetMachine() 199 Optional<Reloc::Model> RM, in SparcV9TargetMachine() 200 CodeModel::Model CM, in SparcV9TargetMachine() 209 Optional<Reloc::Model> RM, in SparcelTargetMachine() 210 CodeModel::Model CM, in SparcelTargetMachine()
|
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/ |
D | import.cc | 28 void LoadTensorsTable(const ::tflite::Model& input_model, in LoadTensorsTable() 38 void LoadOperatorsTable(const ::tflite::Model& input_model, in LoadOperatorsTable() 53 void ImportTensors(const ::tflite::Model& input_model, Model* model) { in ImportTensors() 96 const ::tflite::Model& input_model, in ImportOperators() 99 const details::OperatorsTable& operators_table, Model* model) { in ImportOperators() 143 void ImportIOTensors(const ::tflite::Model& input_model, in ImportIOTensors() 144 const details::TensorsTable& tensors_table, Model* model) { in ImportIOTensors() 162 std::unique_ptr<Model> Import(const ModelFlags& model_flags, in Import() 164 const ::tflite::Model* input_model = in Import() 173 std::unique_ptr<Model> model; in Import() [all …]
|
/external/llvm/include/llvm/Support/ |
D | CodeGenCWrappers.h | 25 inline CodeModel::Model unwrap(LLVMCodeModel Model) { in unwrap() argument 26 switch (Model) { in unwrap() 43 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap() argument 44 switch (Model) { in wrap()
|
/external/tensorflow/tensorflow/contrib/lite/ |
D | model.h | 64 const tflite::Model* model_spec, 75 const tflite::Model* operator->() const { return model_; } 76 const tflite::Model* GetModel() const { return model_; } in GetModel() 106 FlatBufferModel(const Model* model, ErrorReporter* error_reporter); 110 const tflite::Model* model_ = nullptr; 148 InterpreterBuilder(const ::tflite::Model* model, 165 const ::tflite::Model* model_;
|
/external/llvm/lib/Support/ |
D | Host.cpp | 286 unsigned *Model) { in detectX86FamilyModel() argument 288 *Model = (EAX >> 4) & 0xf; // Bits 4 - 7 in detectX86FamilyModel() 294 *Model += ((EAX >> 16) & 0xf) << 4; // Bits 16 - 19 in detectX86FamilyModel() 299 getIntelProcessorTypeAndSubtype(unsigned int Family, unsigned int Model, in getIntelProcessorTypeAndSubtype() argument 309 switch (Model) { in getIntelProcessorTypeAndSubtype() 325 switch (Model) { in getIntelProcessorTypeAndSubtype() 347 switch (Model) { in getIntelProcessorTypeAndSubtype() 544 switch (Model) { in getIntelProcessorTypeAndSubtype() 586 unsigned int Model, in getAMDProcessorTypeAndSubtype() argument 599 switch (Model) { in getAMDProcessorTypeAndSubtype() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 29 Reloc::Model RM, CodeModel::Model CM, in SparcTargetMachine() 56 StringRef FS, Reloc::Model RM, in SparcV8TargetMachine() 57 CodeModel::Model CM) in SparcV8TargetMachine() 63 StringRef FS, Reloc::Model RM, in SparcV9TargetMachine() 64 CodeModel::Model CM) in SparcV9TargetMachine()
|
D | SparcTargetMachine.h | 38 Reloc::Model RM, CodeModel::Model CM, bool is64bit); 67 Reloc::Model RM, CodeModel::Model CM); 76 Reloc::Model RM, CodeModel::Model CM);
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.h | 32 Optional<Reloc::Model> RM, CodeModel::Model CM, 59 Optional<Reloc::Model> RM, CodeModel::Model CM, 70 Optional<Reloc::Model> RM, CodeModel::Model CM,
|