HomeSort by relevance Sort by last modified time
    Searched refs:isTypeLegal (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /external/llvm/lib/Analysis/
VectorUtils.cpp 331 !TTI->isTypeLegal(I.getOperand(0)->getType()))
340 if (TTI && isa<TruncInst>(&I) && TTI->isTypeLegal(I.getType()))
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 364 bool isTypeLegal(Type *Ty) const;
664 virtual bool isTypeLegal(Type *Ty) = 0;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 419 bool isTypeLegal(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 450 bool isTypeLegal(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 450 bool isTypeLegal(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 419 bool isTypeLegal(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 450 bool isTypeLegal(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 450 bool isTypeLegal(Type *Ty) const;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 180 if (!TLI.isTypeLegal(VT)) {
395 if (!TLI.isTypeLegal(VT)) {
    [all...]
LegalizeTypesGeneric.cpp 114 while (!isTypeLegal(NVT)) {
124 if (isTypeLegal(NVT)) {
361 if (!isTypeLegal(NVT)) {
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 57 // Consider factoring isTypeLegal into the base class.
146 bool isTypeLegal(Type *Ty, MVT &VT);
282 bool PPCFastISel::isTypeLegal(Type *Ty, MVT &VT) {
291 return TLI.isTypeLegal(VT);
297 if (isTypeLegal(Ty, VT)) return true;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 139 bool isTypeLegal(Type *Ty, MVT &VT);
479 if (!isTypeLegal(CFP->getType(), VT))
904 bool AArch64FastISel::isTypeLegal(Type *Ty, MVT &VT) {
918 return TLI.isTypeLegal(VT);
929 if (isTypeLegal(Ty, VT))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 161 bool isTypeLegal(Type *Ty, MVT &VT);
693 bool ARMFastISel::isTypeLegal(Type *Ty, MVT &VT) {
702 return TLI.isTypeLegal(VT);
706 if (isTypeLegal(Ty, VT)) return true;
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 220 TLI.isTypeLegal(EVT::getEVT(T1)) && TLI.isTypeLegal(EVT::getEVT(T2)));
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 124 bool isTypeLegal(Type *Ty, MVT &VT);
554 bool MipsFastISel::isTypeLegal(Type *Ty, MVT &VT) {
563 return TLI.isTypeLegal(VT);
570 if (isTypeLegal(Ty, VT))
582 if (isTypeLegal(Ty, VT))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 521 bool isTypeLegal(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 521 bool isTypeLegal(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 521 bool isTypeLegal(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 521 bool isTypeLegal(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 521 bool isTypeLegal(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 521 bool isTypeLegal(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 521 bool isTypeLegal(Type *Ty) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 521 bool isTypeLegal(Type *Ty) const;
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 155 bool isTypeLegal(Type *Ty) {
157 return getTLI()->isTypeLegal(VT);
200 return TLI->isTypeLegal(VT) &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 102 if (isTypeLegal(NVT)) {
282 if (isTypeLegal(NVT)) {
415 assert(isTypeLegal(Ptr.getValueType()) && "Pointers must be legal!");

Completed in 960 milliseconds

12 3 4 5