/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 78 bool hasBitPreservingFPLogic(EVT VT) const override;
|
D | RISCVISelLowering.cpp | 339 bool RISCVTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in RISCVTargetLowering
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 107 bool hasBitPreservingFPLogic(EVT VT) const override;
|
D | RISCVISelLowering.cpp | 484 bool RISCVTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in RISCVTargetLowering
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 399 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 347 bool hasBitPreservingFPLogic(EVT VT) const override;
|
D | SIISelLowering.cpp | 3878 bool SITargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in SITargetLowering
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 370 bool hasBitPreservingFPLogic(EVT VT) const override;
|
D | SIISelLowering.cpp | 4349 bool SITargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in SITargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 763 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 583 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 1247 bool hasBitPreservingFPLogic(EVT VT) const override;
|
D | PPCISelLowering.cpp | 15767 bool PPCTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in PPCTargetLowering
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 1320 bool hasBitPreservingFPLogic(EVT VT) const override;
|
D | PPCISelLowering.cpp | 16922 bool PPCTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in PPCTargetLowering
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 724 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 978 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 866 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 323 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 487 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 622 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 7349 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT)) in foldBitcastedFPLogic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 11091 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT)) in foldBitcastedFPLogic()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 12078 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT)) in foldBitcastedFPLogic()
|