Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h71 bool isTypeLegal(EVT VT) const { in isTypeLegal() function
DDAGCombiner.cpp379 bool isTypeLegal(const EVT &VT) { in isTypeLegal() function in __anond43689090111::DAGCombiner
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp123 bool TargetTransformInfo::isTypeLegal(Type *Ty) const { in isTypeLegal() function in TargetTransformInfo
514 bool isTypeLegal(Type *Ty) const override { in isTypeLegal() function
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp119 bool MipsFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal() function in __anon6d83149b0111::MipsFastISel
/external/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp174 bool BasicTTI::isTypeLegal(Type *Ty) const { in isTypeLegal() function in BasicTTI
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp414 bool AArch64FastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal() function in AArch64FastISel
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp255 bool PPCFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal() function in PPCFastISel
/external/llvm/lib/Target/X86/
DX86FastISel.cpp336 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) { in isTypeLegal() function in X86FastISel
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp729 bool ARMFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal() function in ARMFastISel
/external/llvm/include/llvm/Target/
DTargetLowering.h341 bool isTypeLegal(EVT VT) const { in isTypeLegal() function