HomeSort by relevance Sort by last modified time
    Searched refs:CreateBitCast (Results 76 - 100 of 158) sorted by null

1 2 34 5 6 7

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetFolder.h 189 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ConstantFolder.h 204 Constant *CreateBitCast(Constant *C, Type *DestTy) const {
  /external/llvm/lib/CodeGen/
SafeStack.cpp 583 IRB.CreateBitCast(Off, StackGuardSlot->getType(), "StackGuardSlot");
600 Value *NewArg = IRB.CreateBitCast(Off, Arg->getType(),
639 Value *Replacement = IRBUser.CreateBitCast(Off, AI->getType(), Name);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 292 Value *CastDispatchPtr = Builder.CreateBitCast(
448 Value *BitCast = Builder.CreateBitCast(Alloca, VectorTy->getPointerTo(0));
458 Value *BitCast = Builder.CreateBitCast(Alloca, VectorTy->getPointerTo(0));
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 480 Value *OneAddr = B.CreateBitCast(UniqueMember->Bits->GV, Int8PtrTy);
604 Value *ValAddr = B.CreateBitCast(Addr, RetType->getPointerTo());
735 Value *GEPPtr = LoadB.CreateBitCast(GEP, PointerType::getUnqual(Int8PtrTy));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 188 Value *BC = Builder.CreateBitCast(CI->getArgOperand(0),
193 BC = Builder.CreateBitCast(LI, VecTy, "new.cast");
217 Value *BC = Builder.CreateBitCast(Arg0,
  /external/clang/lib/CodeGen/
CGExpr.cpp 55 return Builder.CreateBitCast(value, destType);
578 llvm::Value *CastAddr = Builder.CreateBitCast(Ptr, Int8PtrTy);
645 Address VPtrAddr(Builder.CreateBitCast(Ptr, VPtrTy), getPointerAlign());
    [all...]
CGException.cpp 366 Address typedAddr = Builder.CreateBitCast(addr, ty);
    [all...]
CGExprCXX.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 739 return IRB.CreateBitCast(StoredVal, LoadedTy);
752 StoredVal = IRB.CreateBitCast(StoredVal, TypeToCastTo);
776 StoredVal = IRB.CreateBitCast(StoredVal, StoredValTy);
799 return IRB.CreateBitCast(StoredVal, LoadedTy, "bitcast");
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 567 return B.CreateBitCast(CI->getArgOperand(0), CI->getType());
595 return B.CreateBitCast(CI->getArgOperand(0), CI->getType());
607 return B.CreateBitCast(Result, CI->getType());
613 return StrChr ? B.CreateBitCast(StrChr, CI->getType()) : nullptr;
735 B.CreateLoad(B.CreateBitCast(LHS, LHSPtrTy, "lhsc"), "lhsv");
737 B.CreateLoad(B.CreateBitCast(RHS, RHSPtrTy, "rhsc"), "rhsv");
    [all...]
  /external/llvm/include/llvm/IR/
NoFolder.h 230 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
ir_array.cc 249 ir_builder->CreateBitCast(
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
NoFolder.h 268 Instruction *CreateBitCast(Constant *C, Type *DestTy) const {

Completed in 2506 milliseconds

1 2 34 5 6 7