Home
last modified time | relevance | path

Searched defs:isTypeLegal (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h71 bool isTypeLegal(EVT VT) const { in isTypeLegal() function
DDAGCombiner.cpp485 bool isTypeLegal(const EVT &VT) { in isTypeLegal() function in __anondef5a4330111::DAGCombiner
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp151 bool TargetTransformInfo::isTypeLegal(Type *Ty) const { in isTypeLegal() function in TargetTransformInfo
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h150 bool isTypeLegal(Type *Ty) { in isTypeLegal() function
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h234 bool isTypeLegal(Type *Ty) { return false; } in isTypeLegal() function
DTargetTransformInfo.h723 bool isTypeLegal(Type *Ty) override { return Impl.isTypeLegal(Ty); } in isTypeLegal() function
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp265 bool PPCFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal() function in PPCFastISel
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp540 bool MipsFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal() function in MipsFastISel
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp732 bool ARMFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal() function in ARMFastISel
/external/llvm/lib/Target/X86/
DX86FastISel.cpp319 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) { in isTypeLegal() function in X86FastISel
/external/llvm/include/llvm/Target/
DTargetLowering.h407 bool isTypeLegal(EVT VT) const { in isTypeLegal() function
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp909 bool AArch64FastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal() function in AArch64FastISel