HomeSort by: relevance | last modified time | path
    Searched defs:bitcast (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 1841 class bitcast : public rvalue class in namespace:gcc::jit::recording
1844 bitcast (context *ctxt, function in class:gcc::jit::recording::bitcast
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 1724 class bitcast : public rvalue class in namespace:gcc::jit::recording
1727 bitcast (context *ctxt, function in class:gcc::jit::recording::bitcast
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 126 case Bitcast:
127 LLVM_DEBUG(dbgs() << ".. Bitcast type\n");
128 return bitcast(MI, Step.TypeIdx, Step.NewType);
2434 LLT DstCastTy = DstEltTy; // Intermediate bitcast result type
2540 // v4i32:castx = bitcast x:v2i64
2542 // i64 = bitcast
2857 LegalizerHelper::bitcast(MachineInstr &MI, unsigned TypeIdx, LLT CastTy) { function in class:LegalizerHelper
2883 dbgs() << "bitcast action not implemented for vector select\n");
3989 // FIXME: Can we do without the bitcast here if we're narrowing?
4054 // a final bitcast, otherwise use the original result register
    [all...]

Completed in 46 milliseconds