OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FP32_TO_FP16
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
435
/// FP16_TO_FP32,
FP32_TO_FP16
- These operators are used to perform
439
FP16_TO_FP32,
FP32_TO_FP16
,
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp
227
case ISD::
FP32_TO_FP16
: return "
fp32_to_fp16
";
LegalizeFloatTypes.cpp
614
case ISD::
FP32_TO_FP16
:Res = SoftenFloatOp_FP32_TO_FP16(N); break;
[
all
...]
LegalizeIntegerTypes.cpp
100
case ISD::
FP32_TO_FP16
:Res = PromoteIntRes_FP32_TO_FP16(N); break;
[
all
...]
LegalizeDAG.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
Completed in 34 milliseconds