HomeSort by relevance Sort by last modified time
    Searched refs:I8PtrTy (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 318 Type *I8PtrTy = Type::getInt8PtrTy(MemI->getParent()->getContext(),
335 PHINode *NewPHI = PHINode::Create(I8PtrTy, HeaderLoopPredCount,
340 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy,
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 408 Type *I8PtrTy = Type::getInt8PtrTy(MemI->getParent()->getContext(),
428 PHINode *NewPHI = PHINode::Create(I8PtrTy, HeaderLoopPredCount,
433 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 728 Type *I8PtrTy = Type::getInt8PtrTy(M->getContext());
739 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy),
763 {ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 145 auto *I8PtrTy = Type::getInt8PtrTy(Context);
177 CastInst::CreateBitOrPointerCast(Gep0, I8PtrTy, "bitcast1", Br);
181 I8Ty, UndefValue::get(I8PtrTy), Ci32, "gep2", Br);
183 UndefValue::get(I8PtrTy), CastA, "cmp", Br);
683 Type *I8PtrTy = Type::getInt8PtrTy(Context);
684 Value *Accum = Constant::getNullValue(I8PtrTy);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 354 Type *I8PtrTy = Type::getInt8PtrTy(M->getContext());
365 {llvm::ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy),
384 {llvm::ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy),
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 743 auto *I8PtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
745 {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 622 milliseconds