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

1 2 3 4 5 6 7

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
vector_support_library.cc 139 return ir_builder()->CreateBitCast(
167 return ir_builder()->CreateBitCast(
169 ir_builder()->CreateBitCast(lhs, int_type, name()),
170 ir_builder()->CreateBitCast(rhs, int_type, name()), name()),
178 return ir_builder()->CreateBitCast(
180 ir_builder()->CreateBitCast(lhs, int_type, name()), name()),
188 return ir_builder()->CreateBitCast(
189 ir_builder()->CreateOr(ir_builder()->CreateBitCast(lhs, int_type, name()),
190 ir_builder()->CreateBitCast(rhs, int_type, name()),
207 base_pointer = ir_builder()->CreateBitCast(base_pointer
    [all...]
ir_function.cc 208 llvm::Value* parameter_as_i8ptr = ir_builder->CreateBitCast(
318 fork_join_arguments.push_back(ir_builder->CreateBitCast(
325 ir_builder->CreateBitCast(parallel_function, ir_builder->getInt8PtrTy()));
ir_emitter.cc 159 ir_builder_.CreateBitCast(GetEmittedValueFor(bitcast->operand(0)),
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 80 Value *BitCast = Builder.CreateBitCast(Ptr,
88 Value *BitCastLoad = Builder.CreateBitCast(Load, I.getType());
108 Args.push_back(Builder.CreateBitCast(Arg, v4i32));
  /external/llvm/lib/CodeGen/
PreISelIntrinsicLowering.cpp 45 Value *OffsetPtrI32 = B.CreateBitCast(OffsetPtr, Int32PtrTy);
AtomicExpandPass.cpp 366 Value *NewAddr = Builder.CreateBitCast(Addr, PT);
374 Value *NewVal = Builder.CreateBitCast(NewLI, LI->getType());
444 Value *NewVal = Builder.CreateBitCast(SI->getValueOperand(), NewTy);
449 Value *NewAddr = Builder.CreateBitCast(Addr, PT);
    [all...]
SjLjEHPrepare.cpp 208 Builder.CreateBitCast(PersonalityFn, Builder.getInt8PtrTy()),
400 Value *FuncCtxArg = Builder.CreateBitCast(FuncCtx, Builder.getInt8PtrTy());
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emission_utils.cc 248 llvm::Value* x = builder->CreateBitCast(
250 builder->CreateBitCast(value, builder->getIntNTy(bit_width)),
262 return builder->CreateBitCast(
264 builder->CreateBitCast(x, builder->getIntNTy(32 * num_segments)),
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 104 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
120 Value *BC = CGF.Builder.CreateBitCast(
168 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
202 Args[0] = CGF.Builder.CreateBitCast(DestPtr, IntPtrType);
282 V = CGF.Builder.CreateBitCast(V, IntTy);
394 Builder.CreateBitCast(ArgValue, DestType, ArgValue->getName().data());
500 DstPtr = Builder.CreateBitCast(DstPtr, Type);
501 SrcPtr = Builder.CreateBitCast(SrcPtr, Type);
    [all...]
CGObjC.cpp 88 Address BitCast = Builder.CreateBitCast(Temporary, ConvertType(ArgQT));
99 llvm::Value *Cast = Builder.CreateBitCast(GV, ConvertType(EncodingQT));
109 return Builder.CreateBitCast(result.getScalarVal(),
221 return Builder.CreateBitCast(result.getScalarVal(),
262 return RValue::get(CGF.Builder.CreateBitCast(Result.getScalarVal(),
479 newSelf = Builder.CreateBitCast(newSelf, selfTy);
581 Address dest = CGF.Builder.CreateBitCast(CGF.ReturnValue, CGF.VoidPtrTy);
584 src = CGF.Builder.CreateBitCast(src, CGF.VoidPtrTy);
849 ivarAddr = CGF.Builder.CreateBitCast(ivarAddr, CGF.Int8PtrTy);
    [all...]
CGBuilder.h 159 using CGBuilderBaseTy::CreateBitCast;
160 Address CreateBitCast(Address Addr, llvm::Type *Ty,
162 return Address(CreateBitCast(Addr.getPointer(), Ty, Name),
171 return CreateBitCast(Addr, PtrTy, Name);
CGObjCRuntime.cpp 95 llvm::Value *V = CGF.Builder.CreateBitCast(BaseValue, CGF.Int8PtrTy);
99 V = CGF.Builder.CreateBitCast(V, llvm::PointerType::getUnqual(LTy));
255 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);
335 lock = CGF.Builder.CreateBitCast(lock, CGF.VoidPtrTy);
CGBlocks.cpp 822 byrefPointer = Builder.CreateBitCast(src.getPointer(), VoidPtrTy);
    [all...]
CGObjCMac.cpp     [all...]
CGCUDANV.cpp 207 &GpuBinaryHandlePtr, Builder.CreateBitCast(Kernel, VoidPtrTy),
230 Builder.CreateBitCast(Var, VoidPtrTy),
309 CtorBuilder.CreateBitCast(FatbinWrapper, VoidPtrTy));
CGClass.cpp 247 ptr = CGF.Builder.CreateBitCast(ptr, CGF.Int8PtrTy);
315 return Builder.CreateBitCast(Value, BasePtrTy);
350 Value = Builder.CreateBitCast(Value, BasePtrTy);
384 return Builder.CreateBitCast(BaseAddr, DerivedPtrTy);
402 llvm::Value *Value = Builder.CreateBitCast(BaseAddr.getPointer(), Int8PtrTy);
407 Value = Builder.CreateBitCast(Value, DerivedPtrTy);
776 Address BaseAddrPtr = Builder.CreateBitCast(LHS.getAddress(), BasePtr);
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 432 Op = Builder.CreateBitCast(Op, VecTy, "cast");
454 return Builder.CreateBitCast(Res, ResultTy, "cast");
466 Op = Builder.CreateBitCast(Op, VecTy, "cast");
488 return Builder.CreateBitCast(Res, ResultTy, "cast");
495 Mask = Builder.CreateBitCast(Mask, MaskTy);
565 Ptr = Builder.CreateBitCast(Ptr,
585 Ptr = Builder.CreateBitCast(Ptr,
630 return Builder.CreateBitCast(Cmp, IntegerType::get(CI.getContext(),
735 Value *Addr = Builder.CreateBitCast(Arg0, EltPtrTy, "cast");
757 Value *BC = Builder.CreateBitCast(Arg0
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 80 SrcAddr = Builder.CreateBitCast(SrcAddr, Builder.getInt8PtrTy(SrcAS));
81 DstAddr = Builder.CreateBitCast(DstAddr, Builder.getInt8PtrTy(DstAS));
221 DstAddr = Builder.CreateBitCast(DstAddr,
NVPTXGenericToNVVM.cpp 181 CVTA = Builder.CreateBitCast(GV, DestTy, "cvta");
192 CVTA = Builder.CreateBitCast(CVTA, DestTy, "cvta");
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
tuple_ops.cc 105 ir_builder->CreateBitCast(src_buffer, element_type->getPointerTo());
  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 375 Value *FI8 = Builder.CreateBitCast(F, Type::getInt8PtrTy(F->getContext()));
408 Builder.CreateBitCast(PersonalityFn, TargetFuncTy->getPointerTo());
427 Value *HandlerI8 = Builder.CreateBitCast(Handler, Builder.getInt8PtrTy());
485 Builder.CreateBitCast(CS.getArgOperand(0), Builder.getInt8PtrTy()));
637 Value *RegNodeI8 = Builder.CreateBitCast(RegNode, Builder.getInt8PtrTy());
645 Builder.CreateBitCast(EHGuardNode, Builder.getInt8PtrTy());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 159 Value *Src = Builder->CreateBitCast(MI->getArgOperand(1), NewSrcPtrTy);
160 Value *Dest = Builder->CreateBitCast(MI->getArgOperand(0), NewDstPtrTy);
199 Dest = Builder->CreateBitCast(Dest, NewDstPtrTy);
599 Builder.CreateBitCast(Op0, ShufTy),
601 return Builder.CreateBitCast(SV, II.getType());
679 Value *SV = Builder.CreateShuffleVector(Builder.CreateBitCast(Op0, ShufTy),
680 Builder.CreateBitCast(Op1, ShufTy),
682 return Builder.CreateBitCast(SV, II.getType());
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 210 Builder.CreateBitCast(DataVar, Builder.getInt8PtrTy()),
522 IRB.CreateCall(RuntimeRegisterF, IRB.CreateBitCast(Data, VoidPtrTy));
531 IRB.CreateCall(NamesRegisterF, {IRB.CreateBitCast(NamesVar, VoidPtrTy),
MemorySanitizer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 623 SrcPtr = Builder.CreateBitCast(SrcPtr, AIPTy);
640 Value *DstPtr = Builder.CreateBitCast(MTI->getDest(), AIPTy);
690 return Builder.CreateBitCast(FromVal, ToType);
702 V = Builder.CreateBitCast(V, ToType);
773 FromVal = Builder.CreateBitCast(FromVal, ToType);
    [all...]

Completed in 652 milliseconds

1 2 3 4 5 6 7