Home
last modified time | relevance | path

Searched refs:FLOG2 (Results 1 – 25 of 62) sorted by relevance

123

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h451 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h525 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
DBasicTTIImpl.h763 ISDs.push_back(ISD::FLOG2); in getIntrinsicInstrCost()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h558 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
DBasicTTIImpl.h1034 ISDs.push_back(ISD::FLOG2);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp180 case ISD::FLOG2: in LegalizeOp()
DLegalizeFloatTypes.cpp76 case ISD::FLOG2: R = SoftenFloatRes_FLOG2(N); break; in SoftenFloatResult()
859 case ISD::FLOG2: ExpandFloatRes_FLOG2(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeVectorTypes.cpp79 case ISD::FLOG2: in ScalarizeVectorResult()
455 case ISD::FLOG2: in SplitVectorResult()
1306 case ISD::FLOG2: in WidenVectorResult()
DTargetLowering.cpp581 setOperationAction(ISD::FLOG2, MVT::f64, Expand); in TargetLowering()
586 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in TargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp171 case ISD::FLOG2: return "flog2"; in getOperationName()
DLegalizeFloatTypes.cpp88 case ISD::FLOG2: R = SoftenFloatRes_FLOG2(N); break; in SoftenFloatResult()
1028 case ISD::FLOG2: ExpandFloatRes_FLOG2(N, Lo, Hi); break; in ExpandFloatResult()
1876 case ISD::FLOG2: in PromoteFloatResult()
DLegalizeVectorOps.cpp314 case ISD::FLOG2: in LegalizeOp()
DLegalizeVectorTypes.cpp85 case ISD::FLOG2: in ScalarizeVectorResult()
643 case ISD::FLOG2: in SplitVectorResult()
2161 case ISD::FLOG2: in WidenVectorResult()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp202 case ISD::FLOG2: return "flog2"; in getOperationName()
DLegalizeFloatTypes.cpp88 case ISD::FLOG2: R = SoftenFloatRes_FLOG2(N); break; in SoftenFloatResult()
1082 case ISD::FLOG2: ExpandFloatRes_FLOG2(N, Lo, Hi); break; in ExpandFloatResult()
1894 case ISD::FLOG2: in PromoteFloatResult()
DLegalizeVectorOps.cpp373 case ISD::FLOG2: in LegalizeOp()
DLegalizeVectorTypes.cpp88 case ISD::FLOG2: in ScalarizeVectorResult()
699 case ISD::FLOG2: in SplitVectorResult()
2369 case ISD::FLOG2: in WidenVectorResult()
/external/v8/src/mips/
Dconstants-mips.h817 FLOG2 = (7U << 17), enumerator
Ddisasm-mips.cc2650 case FLOG2: in DecodeTypeMsa2RF()
/external/v8/src/mips64/
Dconstants-mips64.h851 FLOG2 = (7U << 17), enumerator
Ddisasm-mips64.cc2964 case FLOG2: in DecodeTypeMsa2RF()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp87 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in MBlazeTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp155 setOperationAction(ISD::FLOG2, MVT::f16, Promote); in MipsSETargetLowering()
385 setOperationAction(ISD::FLOG2, Ty, Legal); in addMSAFloatType()
1860 return DAG.getNode(ISD::FLOG2, DL, Op->getValueType(0), Op->getOperand(1)); in lowerINTRINSIC_WO_CHAIN()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp670 setOperationAction(ISD::FLOG2, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp308 setOperationAction(ISD::FLOG2, MVT::f32, Legal); in AMDGPUTargetLowering()
453 setOperationAction(ISD::FLOG2, VT, Expand); in AMDGPUTargetLowering()
2210 SDValue Log2Operand = DAG.getNode(ISD::FLOG2, SL, VT, Operand); in LowerFLOG()

123