Searched refs:isTypeLegal (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3368 if(!DAG.getTargetLoweringInfo().isTypeLegal(VT))
3400 if (VT.isVector() && DAG.getTargetLoweringInfo().isTypeLegal(VT)) {
3516 if (!VT.isVector() || !TLI.isTypeLegal(VT))
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1885 if (isTypeLegal(VT))
1889 if (isTypeLegal(eVT))
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp304 TLI.isTypeLegal(ValueVT))
352 assert(TLI.isTypeLegal(PartVT) && "Copying to an illegal type!");
634 if (!TLI.isTypeLegal(RegisterVT))
1845 if (!TLI->isTypeLegal(VT))
5664 if (!TLI->isTypeLegal(LoadVT) ||!TLI->allowsUnalignedMemoryAccesses(LoadVT))
H A DSelectionDAG.cpp3633 while (!TLI.isTypeLegal(LVT))
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3636 HasIllegalType = HasIllegalType || !TTI.isTypeLegal(Ty);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1790 if (!TTI.isTypeLegal(DestTy)) continue;

Completed in 169 milliseconds

12