Home
last modified time | relevance | path

Searched defs:CastInst (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DCallPromotionUtils.h19 class CastInst; variable
DSimplifyIndVar.h23 class CastInst; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h22 class CastInst; variable
/external/llvm/include/llvm/Transforms/Utils/
DSimplifyIndVar.h23 class CastInst; variable
DSSAUpdaterImpl.h29 class CastInst; variable
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp124 if (auto CastInst = dyn_cast<Instruction>(Opnd)) in findMatInsertPt() local
249 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { in collectConstantCandidates() local
502 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { in emitBaseConstants() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DTLSVariableHoist.cpp224 auto *CastInst = new BitCastInst(GV, Ty, "tls_bitcast"); in genBitCastInst() local
239 auto *CastInst = genBitCastInst(Fn, GV); in tryReplaceTLSCandidate() local
DConstantHoisting.cpp175 if (auto CastInst = dyn_cast<Instruction>(Opnd)) in findMatInsertPt() local
463 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { in collectConstantCandidates() local
797 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { in emitBaseConstants() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp176 if (auto CastInst = dyn_cast<Instruction>(Opnd)) in findMatInsertPt() local
446 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { in collectConstantCandidates() local
779 if (auto CastInst = dyn_cast<Instruction>(Opnd)) { in emitBaseConstants() local
/external/llvm/unittests/IR/
DInstructionsTest.cpp171 TEST(InstructionsTest, CastInst) { in TEST() argument
/external/llvm/docs/
DProgrammersManual.rst3138 .. _CastInst: target
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1798 Instruction *CastInst = *Casts.begin(); in recordVectorLoopValueForInductionCast() local
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.cpp4567 if (auto *CastInst = llvm::dyn_cast<InstCast>(IndexInst)) { in matchShiftedIndex() local
DIceTargetLoweringX8632.cpp5146 if (auto *CastInst = llvm::dyn_cast<InstCast>(IndexInst)) { in matchShiftedIndex() local