Home
last modified time | relevance | path

Searched refs:DAG_INSTRUCTION (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def14 // 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 DLegalizeVectorOps.cpp310 #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 DLegalizeVectorTypes.cpp194 #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 DSelectionDAGBuilder.cpp8188 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \ in visitConstrainedFPIntrinsic() macro
H A DSelectionDAG.cpp10786 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \ in mutateStrictFPToFP() macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp776 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \ in initActions() macro
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h713 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
H A DTargetLowering.h1309 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \ in getStrictFPOperationAction() macro