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

1 2 3 4 5

  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 97 if (TLI->isTypeLegal(VT)
135 if (TLI->isTypeLegal(VT)
335 if (TLI->isTypeLegal(VT)
347 if (TLI->isTypeLegal(VT) && TLI->getRegClassFor(VT)
488 if (TLI->isTypeLegal(VT)) {
499 if (TLI->isTypeLegal(VT)) {
LegalizeTypes.cpp 130 } else if (isTypeLegal(Res.getValueType()) || IgnoreNodeResults(&Node)) {
425 if (!isTypeLegal(Node.getValueType(i)) &&
426 !TLI.isTypeLegal(Node.getValueType(i))) {
435 !isTypeLegal(Node.getOperand(i).getValueType()) &&
436 !TLI.isTypeLegal(Node.getOperand(i).getValueType())) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 482 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
609 bool isTypeLegal(EVT VT) const {
770 return (VT == MVT::Other || isTypeLegal(VT)) &&
779 return (VT == MVT::Other || isTypeLegal(VT)) &&
788 return (VT == MVT::Other || isTypeLegal(VT)) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 482 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
609 bool isTypeLegal(EVT VT) const {
770 return (VT == MVT::Other || isTypeLegal(VT)) &&
779 return (VT == MVT::Other || isTypeLegal(VT)) &&
788 return (VT == MVT::Other || isTypeLegal(VT)) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 482 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
609 bool isTypeLegal(EVT VT) const {
770 return (VT == MVT::Other || isTypeLegal(VT)) &&
779 return (VT == MVT::Other || isTypeLegal(VT)) &&
788 return (VT == MVT::Other || isTypeLegal(VT)) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 482 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
609 bool isTypeLegal(EVT VT) const {
770 return (VT == MVT::Other || isTypeLegal(VT)) &&
779 return (VT == MVT::Other || isTypeLegal(VT)) &&
788 return (VT == MVT::Other || isTypeLegal(VT)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 482 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
609 bool isTypeLegal(EVT VT) const {
770 return (VT == MVT::Other || isTypeLegal(VT)) &&
779 return (VT == MVT::Other || isTypeLegal(VT)) &&
788 return (VT == MVT::Other || isTypeLegal(VT)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 482 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
609 bool isTypeLegal(EVT VT) const {
770 return (VT == MVT::Other || isTypeLegal(VT)) &&
779 return (VT == MVT::Other || isTypeLegal(VT)) &&
788 return (VT == MVT::Other || isTypeLegal(VT)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 482 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
609 bool isTypeLegal(EVT VT) const {
770 return (VT == MVT::Other || isTypeLegal(VT)) &&
779 return (VT == MVT::Other || isTypeLegal(VT)) &&
788 return (VT == MVT::Other || isTypeLegal(VT)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 482 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
609 bool isTypeLegal(EVT VT) const {
770 return (VT == MVT::Other || isTypeLegal(VT)) &&
779 return (VT == MVT::Other || isTypeLegal(VT)) &&
788 return (VT == MVT::Other || isTypeLegal(VT)) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 455 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
582 bool isTypeLegal(EVT VT) const {
734 return (VT == MVT::Other || isTypeLegal(VT)) &&
743 return (VT == MVT::Other || isTypeLegal(VT)) &&
752 return (VT == MVT::Other || isTypeLegal(VT)) &&
762 return (!isTypeLegal(VT) && getOperationAction(Op, VT) == Custom);
769 return (!isTypeLegal(VT) || getOperationAction(Op, VT) == Expand);
774 return (VT == MVT::Other || isTypeLegal(VT)) &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 470 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
597 bool isTypeLegal(EVT VT) const {
759 return (VT == MVT::Other || isTypeLegal(VT)) &&
768 return (VT == MVT::Other || isTypeLegal(VT)) &&
777 return (VT == MVT::Other || isTypeLegal(VT)) &&
787 return (!isTypeLegal(VT) && getOperationAction(Op, VT) == Custom);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 470 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
597 bool isTypeLegal(EVT VT) const {
759 return (VT == MVT::Other || isTypeLegal(VT)) &&
768 return (VT == MVT::Other || isTypeLegal(VT)) &&
777 return (VT == MVT::Other || isTypeLegal(VT)) &&
787 return (!isTypeLegal(VT) && getOperationAction(Op, VT) == Custom);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 455 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
582 bool isTypeLegal(EVT VT) const {
734 return (VT == MVT::Other || isTypeLegal(VT)) &&
743 return (VT == MVT::Other || isTypeLegal(VT)) &&
752 return (VT == MVT::Other || isTypeLegal(VT)) &&
762 return (!isTypeLegal(VT) && getOperationAction(Op, VT) == Custom);
769 return (!isTypeLegal(VT) || getOperationAction(Op, VT) == Expand);
774 return (VT == MVT::Other || isTypeLegal(VT)) &&
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 470 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
597 bool isTypeLegal(EVT VT) const {
759 return (VT == MVT::Other || isTypeLegal(VT)) &&
768 return (VT == MVT::Other || isTypeLegal(VT)) &&
777 return (VT == MVT::Other || isTypeLegal(VT)) &&
787 return (!isTypeLegal(VT) && getOperationAction(Op, VT) == Custom);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 470 return isTypeLegal(VT) ? VT : MVT::INVALID_SIMPLE_VALUE_TYPE;
597 bool isTypeLegal(EVT VT) const {
759 return (VT == MVT::Other || isTypeLegal(VT)) &&
768 return (VT == MVT::Other || isTypeLegal(VT)) &&
777 return (VT == MVT::Other || isTypeLegal(VT)) &&
787 return (!isTypeLegal(VT) && getOperationAction(Op, VT) == Custom);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 138 bool isTypeLegal(Type *Ty, MVT &VT, bool AllowI1 = false);
148 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) {
168 return (AllowI1 && VT == MVT::i1) || TLI.isTypeLegal(VT);
678 if (!isTypeLegal(I->getOperand(0)->getType(), VT, /*AllowI1=*/true))
804 if (!isTypeLegal(I->getType(), VT, /*AllowI1=*/true))
893 if (!isTypeLegal(I->getOperand(0)->getType(), VT))
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 457 bool isTypeLegal(EVT VT) const {
610 return (VT == MVT::Other || isTypeLegal(VT)) &&
619 return (VT == MVT::Other || isTypeLegal(VT)) &&
628 return (VT == MVT::Other || isTypeLegal(VT)) &&
638 return (!isTypeLegal(VT) && getOperationAction(Op, VT) == Custom);
645 return (!isTypeLegal(VT) || getOperationAction(Op, VT) == Expand);
650 return (VT == MVT::Other || isTypeLegal(VT)) &&
695 return isTypeLegal(ValVT) && getTruncStoreAction(ValVT, MemVT) == Legal;
701 return isTypeLegal(ValVT) &&
786 } while (!isTypeLegal(NVT) |
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 227 /// isTypeLegal - Return true if the target has native support for the
230 bool isTypeLegal(EVT VT) const {
381 return (VT == MVT::Other || isTypeLegal(VT)) &&
389 return (VT == MVT::Other || isTypeLegal(VT)) &&
425 return isTypeLegal(ValVT) && MemVT.isSimple() &&
513 } while (!isTypeLegal(NVT) ||
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp 174 bool isTypeLegal(Type *Ty, MVT &VT);
685 bool ARMFastISel::isTypeLegal(Type *Ty, MVT &VT) {
694 return TLI.isTypeLegal(VT);
698 if (isTypeLegal(Ty, VT)) return true;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 118 if (!TLI.isTypeLegal(VT)) {
331 if (!TLI.isTypeLegal(VT)) {
674 if (!TLI.isTypeLegal(DstVT))
678 if (!TLI.isTypeLegal(SrcVT))
715 !TLI.isTypeLegal(SrcVT) || !TLI.isTypeLegal(DstVT))
814 if (!TLI.isTypeLegal(IntVT))
850 if (!TLI.isTypeLegal(VT) && VT != MVT::i1)
    [all...]
TargetLowering.cpp 639 assert(isTypeLegal(VT));
673 while (NumElts > 1 && !TLI->isTypeLegal(MVT::getVectorVT(EltTy, NumElts))) {
681 if (!TLI->isTypeLegal(NewVT))
706 if (isTypeLegal(*I))
785 if (isTypeLegal(IVT)) {
795 if (!isTypeLegal(MVT::ppcf128)) {
804 if (!isTypeLegal(MVT::f64)) {
813 if (!isTypeLegal(MVT::f32)) {
814 if (isTypeLegal(MVT::f64)) {
831 if (isTypeLegal(VT)) continue
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 161 bool isTypeLegal(Type *Ty, MVT &VT, bool AllowI1 = false);
280 if (!isTypeLegal(RetTy, RetVT))
320 bool X86FastISel::isTypeLegal(Type *Ty, MVT &VT, bool AllowI1) {
340 return (AllowI1 && VT == MVT::i1) || TLI.isTypeLegal(VT);
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 161 bool TargetTransformInfo::isTypeLegal(Type *Ty) const {
162 return TTIImpl->isTypeLegal(Ty);

Completed in 981 milliseconds

1 2 3 4 5