/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 470 FLT_ROUNDS_, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 607 FLT_ROUNDS_, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 757 FLT_ROUNDS_, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 250 case ISD::FLT_ROUNDS_: return "flt_rounds"; in getOperationName()
|
D | LegalizeDAG.cpp | 1015 case ISD::FLT_ROUNDS_: in LegalizeOp() 2766 case ISD::FLT_ROUNDS_: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 5463 setValue(&I, DAG.getNode(ISD::FLT_ROUNDS_, sdl, MVT::i32)); in visitIntrinsicCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 329 case ISD::FLT_ROUNDS_: return "flt_rounds"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 126 case ISD::FLT_ROUNDS_: Res = PromoteIntRes_FLT_ROUNDS(N); break; in PromoteIntegerResult() 1814 case ISD::FLT_ROUNDS_: ExpandIntRes_FLT_ROUNDS(N, Lo, Hi); break; in ExpandIntegerResult() 2675 Lo = DAG.getNode(ISD::FLT_ROUNDS_, dl, NVT); in ExpandIntRes_FLT_ROUNDS()
|
D | LegalizeDAG.cpp | 1072 case ISD::FLT_ROUNDS_: in LegalizeOp() 2766 case ISD::FLT_ROUNDS_: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 6593 setValue(&I, DAG.getNode(ISD::FLT_ROUNDS_, sdl, MVT::i32)); in visitIntrinsicCall()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 339 case ISD::FLT_ROUNDS_: return "flt_rounds"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 128 case ISD::FLT_ROUNDS_: Res = PromoteIntRes_FLT_ROUNDS(N); break; in PromoteIntegerResult() 2043 case ISD::FLT_ROUNDS_: ExpandIntRes_FLT_ROUNDS(N, Lo, Hi); break; in ExpandIntegerResult() 2985 Lo = DAG.getNode(ISD::FLT_ROUNDS_, dl, {NVT, MVT::Other}, N->getOperand(0)); in ExpandIntRes_FLT_ROUNDS()
|
D | LegalizeDAG.cpp | 1072 case ISD::FLT_ROUNDS_: in LegalizeOp() 2908 case ISD::FLT_ROUNDS_: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 6478 Res = DAG.getNode(ISD::FLT_ROUNDS_, sdl, {MVT::i32, MVT::Other}, getRoot()); in visitIntrinsicCall()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 186 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in PPCTargetLowering() 8283 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 902 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in ARMTargetLowering() 7196 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 538 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in AArch64TargetLowering() 3260 case ISD::FLT_ROUNDS_: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 291 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in PPCTargetLowering() 10467 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 377 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in PPCTargetLowering() 11050 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 670 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in AArch64TargetLowering() 4268 case ISD::FLT_ROUNDS_: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1286 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in ARMTargetLowering() 9341 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1339 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in ARMTargetLowering() 9772 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 314 setOperationAction(ISD::FLT_ROUNDS_ , MVT::i32 , Custom); in X86TargetLowering() 21730 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 327 setOperationAction(ISD::FLT_ROUNDS_ , MVT::i32 , Custom); in X86TargetLowering() 28618 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 334 setOperationAction(ISD::FLT_ROUNDS_ , MVT::i32 , Custom); in X86TargetLowering() 29803 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG); in LowerOperation()
|