Home
last modified time | relevance | path

Searched refs:PointerCast (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h193 llvm::Value* PointerCast(Args&&... args) { in PointerCast() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantsTest.cpp130 TEST(ConstantsTest, PointerCast) { in TEST() argument
/external/llvm/unittests/IR/
DConstantsTest.cpp130 TEST(ConstantsTest, PointerCast) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc600 PointerCast(destination_addresses[i], b_.getInt8PtrTy()); in HandleSort()
2238 PointerCast(GetEmittedValueFor(operand), i8_ptr_type); in HandleCustomCall()
2258 {PointerCast(operands_alloca, i8_ptr_type), in HandleCustomCall()
2289 PointerCast(GetEmittedValueFor(custom_call), i8_ptr_type); in HandleCustomCall()
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1659 InBoundsGEP(PointerCast(sample_address, raw_value_ty->getPointerTo()), in MakePhiloxRngElementGenerator()