Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h67 bool isTypeLegal(EVT VT) const { in isTypeLegal() function
H A DDAGCombiner.cpp853 bool isTypeLegal(const EVT &VT) { isTypeLegal() function in __anon791abb430111::DAGCombiner
[all...]
/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp591 bool MipsFastISel::isTypeLegal(Type *Ty, MVT &VT) { isTypeLegal() function in MipsFastISel
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp269 bool PPCFastISel::isTypeLegal(Type *Ty, MVT &VT) { isTypeLegal() function in PPCFastISel
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp671 bool ARMFastISel::isTypeLegal(Type *Ty, MVT &VT) { isTypeLegal() function in ARMFastISel
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h358 bool isTypeLegal(Type *Ty) const { return false; } isTypeLegal() function
H A DTargetTransformInfo.h2441 bool isTypeLegal(Type *Ty) override { return Impl.isTypeLegal(Ty); } isTypeLegal() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h434 bool isTypeLegal(Type *Ty) { isTypeLegal() function
H A DTargetLowering.h1076 bool isTypeLegal(EVT VT) const { isTypeLegal() function
[all...]
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp565 bool TargetTransformInfo::isTypeLegal(Type *Ty) const { isTypeLegal() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp290 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) { isTypeLegal() function in X86FastISel
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp986 bool AArch64FastISel::isTypeLegal(Type *Ty, MVT &VT) { isTypeLegal() function in AArch64FastISel
[all...]