Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupSetCC.cpp79 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
/external/llvm-project/llvm/lib/Target/X86/
DX86FixupSetCC.cpp81 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
DX86PartialReduction.cpp197 if (auto *ZExt = dyn_cast<ZExtInst>(Op)) in trySADReplacement() local
/external/llvm/lib/Target/X86/
DX86FixupSetCC.cpp134 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h51 enum { SExt, ZExt }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h62 enum { SExt, ZExt }; enumerator
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h62 enum { SExt, ZExt }; enumerator
/external/llvm-project/llvm/lib/CodeGen/
DTypePromotion.cpp266 if (auto *ZExt = dyn_cast<ZExtInst>(V)) in isSink() local
490 Value *ZExt = Builder.CreateZExt(V, ExtTy); in ExtendSources() local
621 auto ZExt = cast<ZExtInst>(V); in Cleanup() local
/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/llvm-project/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp138 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(V)) { in handlePhiDef() local
DNaryReassociate.cpp333 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
DCorrelatedValuePropagation.cpp869 auto *ZExt = in processSExt() 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/llvm-project/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/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/Target/
DTargetCallingConv.h28 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended member
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp981 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-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp966 const auto *ZExt = cast<ZExtInst>(I); in selectZExt() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml186 | ZExt Constructor

123