Home
last modified time | relevance | path

Searched defs:PassConfig (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/common/
Dtfl_pass_config.h29 struct PassConfig { struct
30 explicit PassConfig(QuantizationSpecs specs) in PassConfig() function
47 bool emit_builtin_tflite_ops;
50 bool lower_tensor_list_ops;
52 llvm::ArrayRef<std::string> trim_functions_allowlist;
54 QuantizationSpecs quant_specs;
57 bool form_clusters;
60 bool unfold_batch_matmul;
64 bool legalize_tf_while;
66 bool shape_inference;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp103 TargetPassConfig *PassConfig = TM.createPassConfig(PM); in addPassesToGenerateCode() local
197 TargetPassConfig *PassConfig = in addPassesToEmitFile() local
231 TargetPassConfig *PassConfig = in addPassesToEmitMC() local
DPostRASchedulerList.cpp289 TargetPassConfig *PassConfig = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
DBranchFolding.cpp127 TargetPassConfig *PassConfig = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
DMachineBlockPlacement.cpp3072 TargetPassConfig *PassConfig = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp349 PassConfiguration &PassConfig) { in modifyPassConfig()
428 PassConfiguration &PassConfig) { in modifyPassConfig()
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp137 TargetPassConfig *PassConfig = TM->createPassConfig(PM); in addPassesToGenerateCode() local
DPostRASchedulerList.cpp289 TargetPassConfig *PassConfig = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
DMachineBlockPlacement.cpp1662 TargetPassConfig *PassConfig = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
DBranchFolding.cpp97 TargetPassConfig *PassConfig = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp440 PassConfiguration PassConfig) in MachOJITLinker_x86_64()
DMachO_arm64.cpp480 PassConfiguration PassConfig) in MachOJITLinker_arm64()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h123 const TargetPassConfig *PassConfig = nullptr; member
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h104 const TargetPassConfig *PassConfig; member