Searched defs:BitCast (Results 1 – 12 of 12) sorted by relevance
| /external/tensorflow/tensorflow/core/lib/core/ |
| D | bit_cast_test.cc | 63 TEST(BitCast, Bool) { in TEST() argument 69 TEST(BitCast, Int32) { in TEST() argument 75 TEST(BitCast, Int64) { in TEST() argument 80 TEST(BitCast, Uint64) { in TEST() argument 85 TEST(BitCast, Float) { in TEST() argument 93 TEST(BitCast, Double) { in TEST() argument
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | SITypeRewriter.cpp | 80 Value *BitCast = Builder.CreateBitCast(Ptr, in visitLoadInst() local
|
| D | AMDGPUPromoteAlloca.cpp | 448 Value *BitCast = Builder.CreateBitCast(Alloca, VectorTy->getPointerTo(0)); in tryPromoteAllocaToVector() local 458 Value *BitCast = Builder.CreateBitCast(Alloca, VectorTy->getPointerTo(0)); in tryPromoteAllocaToVector() local
|
| /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
| D | llvm.ml | 184 | BitCast Constructor
|
| D | llvm.mli | 234 | BitCast Constructor
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm.ml | 196 | BitCast Constructor
|
| D | llvm.mli | 254 | BitCast Constructor
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCasts.cpp | 1771 static Instruction *canonicalizeBitCastExtElt(BitCastInst &BitCast, in canonicalizeBitCastExtElt()
|
| /external/clang/lib/CodeGen/ |
| D | CGObjC.cpp | 88 Address BitCast = Builder.CreateBitCast(Temporary, ConvertType(ArgQT)); in EmitObjCBoxedExpr() local
|
| /external/llvm/bindings/go/llvm/ |
| D | ir.go | 219 BitCast Opcode = C.LLVMBitCast const
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 4445 SDValue BitCast = DAG.getNode(ISD::BITCAST, dl, VecVT, ExtractSrc); in CombineVMOVDRRCandidateWithVecOp() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 29415 SDValue BitCast = DAG.getBitcast(VecVT, ExtOp0); in combineStore() local
|