Searched defs:CombinerInfo (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/ |
D | CombinerInfo.h | 24 struct CombinerInfo { struct 25 CombinerInfo(bool AllowIllegalOps, bool ShouldLegalizeIllegal, in CombinerInfo() function 37 bool IllegalOpsAllowed; // TODO: Make use of this. 41 bool LegalizeIllegalOps; // TODO: Make use of this. 42 const LegalizerInfo *LInfo; 47 bool EnableOpt; 49 bool EnableOptSize; 51 bool EnableMinSize;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/ |
D | CombinerInfo.h | 24 struct CombinerInfo { struct 25 CombinerInfo(bool AllowIllegalOps, bool ShouldLegalizeIllegal, in CombinerInfo() function 37 bool IllegalOpsAllowed; // TODO: Make use of this. 41 bool LegalizeIllegalOps; // TODO: Make use of this. 42 const LegalizerInfo *LInfo; 47 bool EnableOpt; 49 bool EnableOptSize; 51 bool EnableMinSize;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/ |
D | CombinerInfo.h | 24 struct CombinerInfo { struct 25 CombinerInfo(bool AllowIllegalOps, bool ShouldLegalizeIllegal, in CombinerInfo() function 37 bool IllegalOpsAllowed; // TODO: Make use of this. 41 bool LegalizeIllegalOps; // TODO: Make use of this. 42 const LegalizerInfo *LInfo; 47 bool EnableOpt; 49 bool EnableOptSize; 51 bool EnableMinSize;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/ |
D | CombinerInfo.h | 24 struct CombinerInfo { struct 25 CombinerInfo(bool AllowIllegalOps, bool ShouldLegalizeIllegal, in CombinerInfo() function 37 bool IllegalOpsAllowed; // TODO: Make use of this. 41 bool LegalizeIllegalOps; // TODO: Make use of this. 42 const LegalizerInfo *LInfo; 47 bool EnableOpt; 49 bool EnableOptSize; 51 bool EnableMinSize;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Combiner.h | 21 class CombinerInfo; variable
|
H A D | CombinerInfo.h | 28 CombinerInfo(bool AllowIllegalOps, bool ShouldLegalizeIllegal, in CombinerInfo() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Combiner.h | 22 class CombinerInfo; variable
|
H A D | CombinerInfo.h | 29 CombinerInfo(bool AllowIllegalOps, bool ShouldLegalizeIllegal, in CombinerInfo() function
|