HomeSort by relevance Sort by last modified time
    Searched defs:isTruncateFree (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 153 bool TargetTransformInfo::isTruncateFree(Type *Ty1, Type *Ty2) const {
154 return TTIImpl->isTruncateFree(Ty1, Ty2);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 229 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 147 bool isTruncateFree(Type *Ty1, Type *Ty2) {
148 return getTLI()->isTruncateFree(Ty1, Ty2);
215 if (TLI->isTruncateFree(OpTy, Ty))
369 TLI->isTruncateFree(SrcLT.second, DstLT.second))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 245 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 134 bool isTruncateFree(Type *Ty1, Type *Ty2) {
135 return getTLI()->isTruncateFree(Ty1, Ty2);
202 if (TLI->isTruncateFree(OpTy, Ty))
428 TLI->isTruncateFree(SrcLT.second, DstLT.second))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 245 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 134 bool isTruncateFree(Type *Ty1, Type *Ty2) {
135 return getTLI()->isTruncateFree(Ty1, Ty2);
202 if (TLI->isTruncateFree(OpTy, Ty))
428 TLI->isTruncateFree(SrcLT.second, DstLT.second))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 245 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 134 bool isTruncateFree(Type *Ty1, Type *Ty2) {
135 return getTLI()->isTruncateFree(Ty1, Ty2);
202 if (TLI->isTruncateFree(OpTy, Ty))
428 TLI->isTruncateFree(SrcLT.second, DstLT.second))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 245 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 134 bool isTruncateFree(Type *Ty1, Type *Ty2) {
135 return getTLI()->isTruncateFree(Ty1, Ty2);
202 if (TLI->isTruncateFree(OpTy, Ty))
428 TLI->isTruncateFree(SrcLT.second, DstLT.second))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 245 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 134 bool isTruncateFree(Type *Ty1, Type *Ty2) {
135 return getTLI()->isTruncateFree(Ty1, Ty2);
202 if (TLI->isTruncateFree(OpTy, Ty))
428 TLI->isTruncateFree(SrcLT.second, DstLT.second))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 245 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 134 bool isTruncateFree(Type *Ty1, Type *Ty2) {
135 return getTLI()->isTruncateFree(Ty1, Ty2);
202 if (TLI->isTruncateFree(OpTy, Ty))
428 TLI->isTruncateFree(SrcLT.second, DstLT.second))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 245 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 134 bool isTruncateFree(Type *Ty1, Type *Ty2) {
135 return getTLI()->isTruncateFree(Ty1, Ty2);
202 if (TLI->isTruncateFree(OpTy, Ty))
428 TLI->isTruncateFree(SrcLT.second, DstLT.second))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 245 bool isTruncateFree(Type *Ty1, Type *Ty2) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 134 bool isTruncateFree(Type *Ty1, Type *Ty2) {
135 return getTLI()->isTruncateFree(Ty1, Ty2);
202 if (TLI->isTruncateFree(OpTy, Ty))
428 TLI->isTruncateFree(SrcLT.second, DstLT.second))
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 534 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const {
542 bool SystemZTargetLowering::isTruncateFree(EVT FromVT, EVT ToVT) const {
781 return isTruncateFree(FromType, ToType);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 594 bool AMDGPUTargetLowering::isTruncateFree(EVT Source, EVT Dest) const {
599 bool AMDGPUTargetLowering::isTruncateFree(Type *Source, Type *Dest) const {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 1145 milliseconds

1 2