Home
last modified time | relevance | path

Searched refs:extractions (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.cc114 std::map<int64, const HloInstruction*> extractions; in GetAuxiliaryLoopInductionVars() local
119 auto it = extractions.find(indx_instr->tuple_index()); in GetAuxiliaryLoopInductionVars()
122 if (it != extractions.end()) { in GetAuxiliaryLoopInductionVars()
126 extractions.insert(std::make_pair(indx_instr->tuple_index(), indx_instr)); in GetAuxiliaryLoopInductionVars()
130 VLOG(2) << "total extractions size:" << extractions.size() << std::endl; in GetAuxiliaryLoopInductionVars()
131 if (extractions.empty()) { in GetAuxiliaryLoopInductionVars()
163 ext = (extractions.find(index) != extractions.end()) in GetAuxiliaryLoopInductionVars()
164 ? extractions.find(index)->second in GetAuxiliaryLoopInductionVars()
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dvec-move-05.ll23 ; Test v16i8 extractions of an absurd element number. This must compile
60 ; Test v8i16 extractions of an absurd element number. This must compile
97 ; Test v4i32 extractions of an absurd element number. This must compile
134 ; Test v2i64 extractions of an absurd element number. This must compile
189 ; Test v4f32 extractions of an absurd element number. This must compile
224 ; Test v2f64 extractions of an absurd element number. This must compile
/external/llvm/test/CodeGen/SystemZ/
Dvec-move-05.ll23 ; Test v16i8 extractions of an absurd element number. This must compile
60 ; Test v8i16 extractions of an absurd element number. This must compile
97 ; Test v4i32 extractions of an absurd element number. This must compile
134 ; Test v2i64 extractions of an absurd element number. This must compile
189 ; Test v4f32 extractions of an absurd element number. This must compile
224 ; Test v2f64 extractions of an absurd element number. This must compile
/external/deqp-deps/amber/samples/
Damber.cc578 amber_options.extractions.insert(amber_options.extractions.end(), in main()
598 amber_options.extractions.push_back(buffer_info); in main()
643 for (const amber::BufferInfo& buffer_info : amber_options.extractions) { in main()
698 for (const amber::BufferInfo& buffer_info : amber_options.extractions) { in main()
/external/deqp-deps/amber/include/amber/
Damber.h126 std::vector<BufferInfo> extractions; member
/external/deqp-deps/amber/src/
Damber.cc187 for (BufferInfo& buffer_info : opts->extractions) { in ExecuteWithShaderData()
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dcanonicalize-vector-extract.ll130 ; Scalable extractions should not be canonicalized. This will be lowered to the
/external/llvm-project/llvm/test/CodeGen/X86/
Dvec_extract-avx.ll8 ; single element extractions.
Dextractelement-load.ll270 ; Test for bad extractions from a VBROADCAST_LOAD of the <2 x i16> non-uniform constant bitcast as …
/external/deqp-deps/amber/docs/
Damber.md50 complete. This is done through the `extractions` list in the Amber `Options`
/external/llvm/test/CodeGen/X86/
Dvec_extract-avx.ll8 ; single element extractions.
/external/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td1021 // extractions and ensures that this version is strictly better.
/external/python/setuptools/docs/
Dpkg_resources.txt1190 If you do not call this routine before any extractions take place, the
1216 directory used for extractions.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td1595 // extractions and ensures that this version is strictly better.
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td1637 // extractions and ensures that this version is strictly better.
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td4076 // Floating point vector extractions are codegen'd as either a sequence of
4077 // subregister extractions, or a MOV (aka CPY here, alias for DUP) if
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td5285 // Floating point vector extractions are codegen'd as either a sequence of
5286 // subregister extractions, or a MOV (aka CPY here, alias for DUP) if
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td5051 // Floating point vector extractions are codegen'd as either a sequence of
5052 // subregister extractions, or a MOV (aka CPY here, alias for DUP) if
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDisassemblerTables.inc36 assert(startBit + numBits <= 64 && "Cannot support >64-bit extractions!");
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td6324 // Aligned extractions: really just dropping registers
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrNEON.td6873 // Aligned extractions: really just dropping registers
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrNEON.td6924 // Aligned extractions: really just dropping registers
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenDisassemblerTables.inc36 assert(startBit + numBits <= 64 && "Cannot support >64-bit extractions!");
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc36 assert(startBit + numBits <= 64 && "Cannot support >64-bit extractions!");

12