/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 66 bool isCheapToSpeculateCtlz() const override;
|
D | WebAssemblyISelLowering.cpp | 523 bool WebAssemblyTargetLowering::isCheapToSpeculateCtlz() const { in isCheapToSpeculateCtlz() function in WebAssemblyTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.h | 552 bool isCheapToSpeculateCtlz() const override { return true; } in isCheapToSpeculateCtlz() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 195 bool isCheapToSpeculateCtlz() const override;
|
D | AMDGPUISelLowering.cpp | 702 bool AMDGPUTargetLowering::isCheapToSpeculateCtlz() const { in isCheapToSpeculateCtlz() function in AMDGPUTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 422 bool isCheapToSpeculateCtlz() const override { return true; } in isCheapToSpeculateCtlz() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 129 bool isCheapToSpeculateCtlz() const override { return true; } in isCheapToSpeculateCtlz() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 286 bool isCheapToSpeculateCtlz() const override;
|
D | MipsISelLowering.cpp | 1188 bool MipsTargetLowering::isCheapToSpeculateCtlz() const { in isCheapToSpeculateCtlz() function in MipsTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 587 bool isCheapToSpeculateCtlz() const override;
|
D | ARMISelLowering.cpp | 16888 bool ARMTargetLowering::isCheapToSpeculateCtlz() const { in isCheapToSpeculateCtlz() function in ARMTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 537 bool isCheapToSpeculateCtlz() const override { in isCheapToSpeculateCtlz() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 657 bool isCheapToSpeculateCtlz() const override { in isCheapToSpeculateCtlz() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 862 bool isCheapToSpeculateCtlz() const override;
|
D | X86ISelLowering.cpp | 5161 bool X86TargetLowering::isCheapToSpeculateCtlz() const { in isCheapToSpeculateCtlz() function in X86TargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 320 if (getTLI()->isCheapToSpeculateCtlz()) in getIntrinsicCost()
|
D | TargetLowering.h | 470 virtual bool isCheapToSpeculateCtlz() const { in isCheapToSpeculateCtlz() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1826 (IntrinsicID == Intrinsic::ctlz && TLI->isCheapToSpeculateCtlz())) in despeculateCountZeros()
|