Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupSetCC.cpp79 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86FixupSetCC.cpp81 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
DX86PartialReduction.cpp248 if (auto *ZExt = dyn_cast<ZExtInst>(Op)) in trySADReplacement() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVCodeGenPrepare.cpp61 bool RISCVCodeGenPrepare::visitZExtInst(ZExtInst &ZExt) { in visitZExtInst()
/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h51 enum { SExt, ZExt }; enumerator
/external/llvm/lib/Target/X86/
DX86FixupSetCC.cpp134 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h62 enum { SExt, ZExt }; enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h62 enum { SExt, ZExt }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp120 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(V)) { in handlePhiDef() local
DNaryReassociate.cpp337 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
DCorrelatedValuePropagation.cpp732 auto *ZExt = in processSExt() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp153 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(V)) { in handlePhiDef() local
DNaryReassociate.cpp365 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp340 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
/external/llvm/unittests/IR/
DConstantRangeTest.cpp183 TEST_F(ConstantRangeTest, ZExt) { in TEST_F() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h36 ZExt, // The value is zero extended in the location. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h38 ZExt, // The value is zero extended in the location. enumerator
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h37 ZExt, // The value is zero extended in the location. enumerator
/external/llvm/include/llvm/Target/
DTargetCallingConv.h28 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp966 const auto *ZExt = cast<ZExtInst>(I); in selectZExt() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp993 const auto *ZExt = cast<ZExtInst>(I); in selectZExt() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp791 const ZExtInst *ZExt = cast<ZExtInst>(I); in selectZExt() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
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 …]

123