/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstrainedOps.def | 14 // DAG_FUNCTION defers to DAG_INSTRUCTION if its defined, otherwise FUNCTION. 16 #ifdef DAG_INSTRUCTION 17 #define DAG_FUNCTION(N,A,R,I,D) DAG_INSTRUCTION(N,A,R,I,D) 27 // DAG_INSTRUCTION is treated like an INSTRUCTION if the DAG node isn't used. 28 #ifndef DAG_INSTRUCTION 29 #define DAG_INSTRUCTION(N,A,R,I,D) INSTRUCTION(N,A,R,I) 37 // Compare instruction have a DAG node so they are treated like DAG_INSTRUCTION. 39 #define CMP_INSTRUCTION(N,A,R,I,D) DAG_INSTRUCTION(N,A,R,I,D) 52 DAG_INSTRUCTION(FAdd, 2, 1, experimental_constrained_fadd, FADD) 53 DAG_INSTRUCTION(FSub, 2, 1, experimental_constrained_fsub, FSUB) [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 310 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \ in LegalizeOp() macro 1087 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \ in Expand() macro
|
H A D | LegalizeVectorTypes.cpp | 194 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \ in ScalarizeVectorResult() macro 1293 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \ in SplitVectorResult() macro 4455 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \ in WidenVectorResult() macro
|
H A D | SelectionDAGBuilder.cpp | 8188 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \ in visitConstrainedFPIntrinsic() macro
|
H A D | SelectionDAG.cpp | 10786 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \ in mutateStrictFPToFP() macro
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 776 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \ in initActions() macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 713 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
|
H A D | TargetLowering.h | 1309 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \ in getStrictFPOperationAction() macro
|