Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2232 llvm::AllocaInst* operands_alloca = in HandleCustomCall() local
2240 InBoundsGEP(operands_alloca, {b_.getInt64(i)}); in HandleCustomCall()
2258 {PointerCast(operands_alloca, i8_ptr_type), in HandleCustomCall()
2260 intptr_type, *operands_alloca->getAllocationSizeInBits(dl) / 8)}); in HandleCustomCall()
2268 /*Params=*/{i8_ptr_type, operands_alloca->getType()}, in HandleCustomCall()
2291 Call(custom_call_ir_function, {output_address_arg, operands_alloca}); in HandleCustomCall()