/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 163 bool LegalOperations, bool ForCodeSize, 176 bool ForCodeSize) const override;
|
H A D | AMDGPUISelLowering.cpp | 708 bool ForCodeSize) const { in isFPImmLegal() 816 SDValue Op, SelectionDAG &DAG, bool LegalOperations, bool ForCodeSize, in getNegatedExpression() argument 832 ForCodeSize, Cost, Depth); in getNegatedExpression()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEISelLowering.h | 183 bool ForCodeSize) const override;
|
H A D | VEISelLowering.cpp | 825 bool ForCodeSize) const { in isFPImmLegal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 974 bool LegalOperations, bool ForCodeSize, 1250 bool ForCodeSize) const override;
|
H A D | X86ISelLowering.cpp | 5228 bool ForCodeSize) const { in isFPImmLegal() 47056 bool ForCodeSize, in getNegatedExpression() argument 47093 Op.getOperand(i), DAG, LegalOperations, ForCodeSize, Depth + 1); in getNegatedExpression() 47112 ForCodeSize, Cost, Depth + 1)) in getNegatedExpression() 47118 ForCodeSize, Cost, Depth); in getNegatedExpression()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 293 bool ForCodeSize) const override;
|
H A D | RISCVISelLowering.cpp | 943 bool ForCodeSize) const { in isFPImmLegal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 431 bool ForCodeSize) const override;
|
H A D | SystemZISelLowering.cpp | 828 bool ForCodeSize) const { in isFPImmLegal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 151 bool ForCodeSize; member in __anon58e6a55b0111::DAGCombiner 243 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner() 13463 N1, DAG, LegalOperations, ForCodeSize)) in visitFADD() 13469 N0, DAG, LegalOperations, ForCodeSize)) in visitFADD() 13617 N1, DAG, LegalOperations, ForCodeSize)) { in visitSTRICT_FADD() 13625 N0, DAG, LegalOperations, ForCodeSize)) { in visitSTRICT_FADD() 13683 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB() 13704 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB() 13789 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMUL() 13791 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMUL() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 297 bool ForCodeSize) const override;
|
H A D | HexagonISelLowering.cpp | 3365 bool ForCodeSize) const { in isFPImmLegal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 665 bool ForCodeSize) const override;
|
H A D | MipsISelLowering.cpp | 4294 bool ForCodeSize) const { in isFPImmLegal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 589 bool ForCodeSize = false) const override;
|
H A D | ARMISelLowering.cpp | 19003 bool ForCodeSize) const { in isFPImmLegal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 1078 bool ForCodeSize) const override;
|
H A D | PPCISelLowering.cpp | 16416 bool ForCodeSize) const { in isFPImmLegal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 542 bool ForCodeSize) const override;
|
H A D | AArch64InstrInfo.td | 623 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1012 bool ForCodeSize = false) const {
|