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

1 2 3 4 5 6 7

  /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/llvm/lib/Analysis/
TypeMetadataUtils.cpp 28 if (isa<BitCastInst>(User)) {
47 if (isa<BitCastInst>(User)) {
  /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);
  /frameworks/compile/libbcc/lib/
RSInvariant.cpp 122 if (auto BitCast = llvm::dyn_cast<llvm::BitCastInst>(Inst)) {
  /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/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()));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 134 return isa<BitCastInst>(I) ||
PtrUseVisitor.h 241 void visitBitCastInst(BitCastInst &BC) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 134 return isa<BitCastInst>(I) ||
PtrUseVisitor.h 241 void visitBitCastInst(BitCastInst &BC) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 134 return isa<BitCastInst>(I) ||
PtrUseVisitor.h 241 void visitBitCastInst(BitCastInst &BC) {

Completed in 1006 milliseconds

1 2 3 4 5 6 7