/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 265 if (auto *ZExt = dyn_cast<ZExtInst>(V)) in isSink() local 446 Value *ZExt = Builder.CreateZExt(V, ExtTy); in ExtendSources() local 570 if (auto ZExt = dyn_cast<ZExtInst>(I)) in TruncateSinks() local 593 auto ZExt = cast<ZExtInst>(V); in Cleanup() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 264 if (auto *ZExt = dyn_cast<ZExtInst>(V)) in isSink() local 488 Value *ZExt = Builder.CreateZExt(V, ExtTy); in ExtendSources() local 619 auto ZExt = cast<ZExtInst>(V); in Cleanup() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FixupSetCC.cpp | 79 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86FixupSetCC.cpp | 81 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
|
H A D | X86PartialReduction.cpp | 248 if (auto *ZExt = dyn_cast<ZExtInst>(Op)) in trySADReplacement() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVCodeGenPrepare.cpp | 61 bool RISCVCodeGenPrepare::visitZExtInst(ZExtInst &ZExt) { in visitZExtInst()
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.h | 51 enum { SExt, ZExt }; enumerator
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86FixupSetCC.cpp | 134 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.h | 62 enum { SExt, ZExt }; enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.h | 62 enum { SExt, ZExt }; enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 120 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(V)) { in handlePhiDef() local
|
H A D | NaryReassociate.cpp | 337 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 153 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(V)) { in handlePhiDef() local
|
H A D | NaryReassociate.cpp | 365 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 340 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | ConstantRangeTest.cpp | 183 TEST_F(ConstantRangeTest, ZExt) { in TEST_F() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | CallingConvLower.h | 38 ZExt, // The value is zero extended in the location. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | CallingConvLower.h | 38 ZExt, // The value is zero extended in the location. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | CallingConvLower.h | 38 ZExt, // The value is zero extended in the location. enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | CallingConvLower.h | 36 ZExt, // The value is zero extended in the location. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | CallingConvLower.h | 38 ZExt, // The value is zero extended in the location. enumerator
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | CallingConvLower.h | 37 ZExt, // The value is zero extended in the location. enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | CallingConvLower.h | 38 ZExt, // The value is zero extended in the location. enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 289 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this); in print() local 2230 const SCEV *ZExt = getZeroExtendExpr(Op, Ty); in getAnyExtendExpr() local 5350 const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(Op); in isSimpleCastedPHI() local 6201 while (auto *ZExt = dyn_cast<SCEVZeroExtendExpr>(X)) in createNodeForSelectOrPHIInstWithICmpInstCond() local 6658 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(S); in getRangeRef() local 9177 if (auto *ZExt = dyn_cast<SCEVZeroExtendExpr>(LHS)) in computeExitLimitFromICmp() local 10086 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) in stripInjectiveFunctions() local 12517 const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(RHS); in isKnownPredicateExtendIdiom() local 12527 const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(LHS); in isKnownPredicateExtendIdiom() local 12769 if (auto *ZExt = dyn_cast<SCEVZeroExtendExpr>(LHS)) { in howManyLessThans() local [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Target/ |
H A D | TargetCallingConv.h | 28 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended member
|