HomeSort by relevance Sort by last modified time
    Searched refs:BitCastInst (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp 70 static bool isBitCastOfMallocCall(const BitCastInst *BCI) {
80 BitCastInst *BCI = dyn_cast<BitCastInst>(I);
86 const BitCastInst *BCI = dyn_cast<BitCastInst>(I);
145 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(*UI++)) {
  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 50 void visitBitCast(BitCastInst &I);
142 void SITypeRewriter::visitBitCast(BitCastInst &I) {
148 if (BitCastInst *Op = dyn_cast<BitCastInst>(I.getOperand(0))) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
StripGCRelocates.cpp 63 ReplaceGCRel = new BitCastInst(OrigPtr, GCRel->getType(), "cast", GCRel);
EntryExitInstrumenter.cpp 100 if (BitCastInst *BCI = dyn_cast_or_null<BitCastInst>(Prev))
BypassSlowDivision.cpp 206 if (!C && isa<BitCastInst>(Op1))
207 C = dyn_cast<ConstantInt>(cast<BitCastInst>(Op1)->getOperand(0));
395 if (auto *BCI = dyn_cast<BitCastInst>(Divisor))
  /external/llvm/lib/Analysis/
TypeMetadataUtils.cpp 28 if (isa<BitCastInst>(User)) {
47 if (isa<BitCastInst>(User)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TypeMetadataUtils.cpp 28 if (isa<BitCastInst>(User)) {
47 if (isa<BitCastInst>(User)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 409 Args[0] = new BitCastInst(Args[0], I8XX, "", Store);
411 Args[1] = new BitCastInst(Args[1], I8X, "", Store);
628 new BitCastInst(Replacement, UseTy, "", &InsertBB->back());
645 Replacement = new BitCastInst(Replacement, UseTy, "",
661 if (const BitCastInst *BI = dyn_cast<BitCastInst>(Arg))
683 SmallVector<BitCastInst *, 2> BitCastUsers;
687 if (auto *BC = dyn_cast<BitCastInst>(U))
694 if (auto *B = dyn_cast<BitCastInst>(U))
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 382 Args[0] = new BitCastInst(Args[0], I8XX, "", Store);
384 Args[1] = new BitCastInst(Args[1], I8X, "", Store);
579 Replacement = new BitCastInst(Replacement, UseTy, "",
595 Replacement = new BitCastInst(Replacement, UseTy, "",
603 if (const BitCastInst *BI = dyn_cast<BitCastInst>(Arg))
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAlloca.cpp 105 auto BI = dyn_cast<BitCastInst>(AllocaUse.getUser());
NVPTXFavorNonGenericAddrSpaces.cpp 206 if (BitCastInst *BCI = dyn_cast<BitCastInst>(BC)) {
207 Value *NewCast = new BitCastInst(Src, TypeOfNewCast, "", BCI);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXLowerAlloca.cpp 105 auto BI = dyn_cast<BitCastInst>(AllocaUse.getUser());
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 144 void RewriteBitCast(BitCastInst *BC, AllocaInst *AI, uint64_t Offset,
441 if (BitCastInst *BCI = dyn_cast<BitCastInst>(User)) {
528 if (BitCastInst *CI = dyn_cast<BitCastInst>(User)) {
    [all...]
Reg2Mem.cpp 86 new BitCastInst(Constant::getNullValue(Type::getInt32Ty(F.getContext())),
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 125 while (BitCastInst *BC = dyn_cast<BitCastInst>(StrippedBasePtr))
368 NewBasePtr = new BitCastInst(PtrInc, BasePtr->getType(),
417 ReplNewPtr = new BitCastInst(RealNewPtr, Ptr->getType(),
  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 85 CastInst *AllocaInsertionPoint = new BitCastInst(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 86 CastInst *AllocaInsertionPoint = new BitCastInst(
  /external/swiftshader/third_party/LLVM/lib/VMCore/
IRBuilder.cpp 49 BitCastInst *BCI = new BitCastInst(Ptr, PT, "");
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.cpp 546 getSrcAndDstElememntTypeName(BitCastInst* BIC) {
566 BitCastInst *BIC = dyn_cast<BitCastInst>(Inst);
577 BitCastInst *BIC = dyn_cast<BitCastInst>(Inst);
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp 78 Instruction *InstCombiner::PromoteCastOfAllocation(BitCastInst &CI,
    [all...]
InstructionCombining.cpp 567 if (BitCastInst *BC = dyn_cast<BitCastInst>(&Op)) {
    [all...]
InstCombineLoadStoreAlloca.cpp 137 return new BitCastInst(NewLoad, LI.getType());
415 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy())) {
482 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy()));
546 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy())) {
  /external/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 134 return isa<BitCastInst>(I) ||
PtrUseVisitor.h 238 void visitBitCastInst(BitCastInst &BC) {
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
MetadataTest.cpp 112 Instruction *I = new BitCastInst(C, Type::getInt32Ty(getGlobalContext()));

Completed in 1692 milliseconds

1 2 3 4 5 6 7 8