Searched refs:setTypeAction (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1085 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties() 1100 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties() 1110 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties() 1115 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties() 1125 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties() 1134 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties() 1143 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties() 1153 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties() 1180 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties() 1198 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties() [all …]
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1315 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties() 1330 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties() 1340 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties() 1345 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties() 1355 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties() 1364 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties() 1373 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties() 1383 ValueTypeActions.setTypeAction(MVT::f16, TypePromoteFloat); in computeRegisterProperties() 1410 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties() 1427 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 776 ValueTypeActions.setTypeAction(ExpandedVT, TypeExpandInteger); in computeRegisterProperties() 790 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties() 799 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties() 808 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties() 818 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger); in computeRegisterProperties() 823 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties() 854 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties() 871 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties() 892 ValueTypeActions.setTypeAction(VT, in computeRegisterProperties() 896 ValueTypeActions.setTypeAction(VT, TypeWidenVector); in computeRegisterProperties()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 250 void setTypeAction(EVT VT, LegalizeTypeAction Action) { in setTypeAction() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 478 void setTypeAction(MVT VT, LegalizeTypeAction Action) { in setTypeAction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 655 void setTypeAction(MVT VT, LegalizeTypeAction Action) { in setTypeAction() function
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 583 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 617 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()
|