HomeSort by relevance Sort by last modified time
    Searched defs:BitCast (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 80 Value *BitCast = Builder.CreateBitCast(Ptr,
82 LoadInst *Load = Builder.CreateLoad(BitCast);
AMDGPUPromoteAlloca.cpp 140 case Instruction::BitCast:
211 Value *BitCast = Builder.CreateBitCast(Alloca, VectorTy->getPointerTo(0));
212 Value *VecValue = Builder.CreateLoad(BitCast);
221 Value *BitCast = Builder.CreateBitCast(Alloca, VectorTy->getPointerTo(0));
222 Value *VecValue = Builder.CreateLoad(BitCast);
226 Builder.CreateStore(NewVecValue, BitCast);
230 case Instruction::BitCast:
249 // constantexpr bitcast of a function.
AMDGPUISelDAGToDAG.cpp     [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 141 // bitcast i8* to i32*
151 // bitcast <4 x i8*> to <4 x i32*>
205 #define P6STR "bitcast (i32 ptrtoint (i32** @dummy2 to i32) to <2 x i16>)"
451 Instruction::BitCast);
InstructionsTest.cpp 264 EXPECT_FALSE(CastInst::castIsValid(Instruction::BitCast,
267 EXPECT_FALSE(CastInst::castIsValid(Instruction::BitCast,
416 // Source and destination pointers have same size -> bitcast.
421 CastInst::BitCast);
424 // the intermediate int is the maximum pointer size -> bitcast
429 CastInst::BitCast);
439 // Middle pointer big enough -> bitcast.
444 CastInst::BitCast);
479 // Pass since the bitcast address spaces are the same
481 CastInst::BitCast,
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 196 | BitCast
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 50 // FIXME: This bitcast should just be made an invariant on the Runtime.
88 Address BitCast = Builder.CreateBitCast(Temporary, ConvertType(ArgQT));
89 Args.add(RValue::get(BitCast.getPointer()), ArgQT);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 469 milliseconds