OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useMulOps
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
114
///
UseMulOps
- True if non-microcoded fused integer multiply-add and
116
bool
UseMulOps
= false;
446
bool
useMulOps
() const { return
UseMulOps
; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSubtarget.h
175
///
UseMulOps
- True if non-microcoded fused integer multiply-add and
177
bool
UseMulOps
= false;
580
bool
useMulOps
() const { return
UseMulOps
; }
ARMISelLowering.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
ARMGenFastISel.inc
[
all
...]
ARMGenGlobalISel.inc
203
if (Subtarget->
useMulOps
())
[
all
...]
Completed in 243 milliseconds