Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMCodeGenPrepare.cpp140 if (auto *ZExt = dyn_cast<ZExtInst>(V)) in isSupportedType() local
167 else if (auto *ZExt = dyn_cast<ZExtInst>(V)) in isSource() local
236 if (auto *ZExt = dyn_cast<ZExtInst>(I)) in shouldPromote() local
343 auto *ZExt = cast<Instruction>(Builder.CreateZExt(V, ExtTy)); in Mutate() local
356 if (auto *ZExt = dyn_cast<ZExtInst>(V)) in Mutate() local
404 if (auto *ZExt = dyn_cast<ZExtInst>(V)) { in Mutate() local
547 } else if (auto *ZExt = dyn_cast<ZExtInst>(V)) { in isLegalToPromote() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FixupSetCC.cpp135 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
/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-7.0/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h63 enum { SExt, ZExt }; enumerator
/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h37 const Attributes ZExt = 1<<0; ///< Zero extended before/after call variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp114 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(V)) { in handlePhiDef() local
DNaryReassociate.cpp337 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
/external/swiftshader/third_party/LLVM/unittests/Support/
DConstantRangeTest.cpp179 TEST_F(ConstantRangeTest, ZExt) { in TEST_F() argument
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp340 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h35 ZExt, // The value is zero extended in the location. enumerator
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetCallingConv.h23 static const uint64_t ZExt = 1ULL<<0; ///< Zero extended member
/external/llvm/unittests/IR/
DConstantRangeTest.cpp183 TEST_F(ConstantRangeTest, ZExt) { in TEST_F() argument
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h37 ZExt, // The value is zero extended in the location. enumerator
/external/swiftshader/third_party/llvm-7.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/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLocal.cpp804 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantRangeTest.cpp209 TEST_F(ConstantRangeTest, ZExt) { in TEST_F() argument
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml174 | ZExt Constructor
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp791 const ZExtInst *ZExt = cast<ZExtInst>(I); in selectZExt() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp932 const ZExtInst *ZExt = cast<ZExtInst>(I); in selectZExt() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml186 | ZExt Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml211 | ZExt Constructor
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp141 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this); in print() local
1311 const SCEV *ZExt = getZeroExtendExpr(Op, Ty); in getAnyExtendExpr() local
3312 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) { in getUnsignedRange() local
3454 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) { in getSignedRange() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1139 Value *ZExt = Builder->CreateZExt(Src, DestTy); in visitSExt() local

123