Home
last modified time | relevance | path

Searched defs:ZExt (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTypePromotion.cpp265 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 DTypePromotion.cpp264 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 DX86FixupSetCC.cpp79 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86FixupSetCC.cpp81 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
H A DX86PartialReduction.cpp248 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 DRISCVCodeGenPrepare.cpp61 bool RISCVCodeGenPrepare::visitZExtInst(ZExtInst &ZExt) { in visitZExtInst()
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h51 enum { SExt, ZExt }; enumerator
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86FixupSetCC.cpp134 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h62 enum { SExt, ZExt }; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h62 enum { SExt, ZExt }; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp120 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(V)) { in handlePhiDef() local
H A DNaryReassociate.cpp337 } 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 DLowerExpectIntrinsic.cpp153 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(V)) { in handlePhiDef() local
H A DNaryReassociate.cpp365 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp340 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
/aosp_15_r20/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp183 TEST_F(ConstantRangeTest, ZExt) { in TEST_F() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DCallingConvLower.h38 ZExt, // The value is zero extended in the location. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DCallingConvLower.h38 ZExt, // The value is zero extended in the location. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DCallingConvLower.h38 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 DCallingConvLower.h36 ZExt, // The value is zero extended in the location. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DCallingConvLower.h38 ZExt, // The value is zero extended in the location. enumerator
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h37 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 DCallingConvLower.h38 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 DScalarEvolution.cpp289 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 DTargetCallingConv.h28 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended member

123