/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 55 bool isCheapToSpeculateCttz() const override;
|
D | WebAssemblyISelLowering.cpp | 208 bool WebAssemblyTargetLowering::isCheapToSpeculateCttz() const { in isCheapToSpeculateCttz() function in WebAssemblyTargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 58 bool isCheapToSpeculateCttz() const override;
|
D | WebAssemblyISelLowering.cpp | 386 bool WebAssemblyTargetLowering::isCheapToSpeculateCttz() const { in isCheapToSpeculateCttz() function in WebAssemblyTargetLowering
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 149 bool isCheapToSpeculateCttz() const override;
|
D | AMDGPUISelLowering.cpp | 554 bool AMDGPUTargetLowering::isCheapToSpeculateCttz() const { in isCheapToSpeculateCttz() function in AMDGPUTargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 176 bool isCheapToSpeculateCttz() const override;
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 238 bool isCheapToSpeculateCttz() const override;
|
D | MipsISelLowering.cpp | 866 bool MipsTargetLowering::isCheapToSpeculateCttz() const { in isCheapToSpeculateCttz() function in MipsTargetLowering
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 391 bool isCheapToSpeculateCttz() const override { in isCheapToSpeculateCttz() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 474 bool isCheapToSpeculateCttz() const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 128 bool isCheapToSpeculateCttz() const override { return true; } in isCheapToSpeculateCttz() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 436 bool isCheapToSpeculateCttz() const override { in isCheapToSpeculateCttz() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 551 bool isCheapToSpeculateCttz() const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 286 bool isCheapToSpeculateCttz() const override;
|
D | MipsISelLowering.cpp | 1178 bool MipsTargetLowering::isCheapToSpeculateCttz() const { in isCheapToSpeculateCttz() function in MipsTargetLowering
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 487 bool isCheapToSpeculateCttz() const override { in isCheapToSpeculateCttz() function
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 759 bool isCheapToSpeculateCttz() const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 583 bool isCheapToSpeculateCttz() const override { in isCheapToSpeculateCttz() function
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 173 if (getTLI()->isCheapToSpeculateCttz()) in getIntrinsicCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 784 bool isCheapToSpeculateCttz() const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 242 if (getTLI()->isCheapToSpeculateCttz()) in getIntrinsicCost()
|
D | TargetLowering.h | 427 virtual bool isCheapToSpeculateCttz() const { in isCheapToSpeculateCttz() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 310 virtual bool isCheapToSpeculateCttz() const { in isCheapToSpeculateCttz() function
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1686 if ((IntrinsicID == Intrinsic::cttz && TLI->isCheapToSpeculateCttz()) || in despeculateCountZeros()
|