/external/tensorflow/tensorflow/compiler/xla/service/ |
D | while_loop_analysis.cc | 114 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/ |
D | vec-move-05.ll | 23 ; 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/ |
D | vec-move-05.ll | 23 ; 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/ |
D | amber.cc | 578 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/ |
D | amber.h | 126 std::vector<BufferInfo> extractions; member
|
/external/deqp-deps/amber/src/ |
D | amber.cc | 187 for (BufferInfo& buffer_info : opts->extractions) { in ExecuteWithShaderData()
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | canonicalize-vector-extract.ll | 130 ; Scalable extractions should not be canonicalized. This will be lowered to the
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | vec_extract-avx.ll | 8 ; single element extractions.
|
D | extractelement-load.ll | 270 ; Test for bad extractions from a VBROADCAST_LOAD of the <2 x i16> non-uniform constant bitcast as …
|
/external/deqp-deps/amber/docs/ |
D | amber.md | 50 complete. This is done through the `extractions` list in the Amber `Options`
|
/external/llvm/test/CodeGen/X86/ |
D | vec_extract-avx.ll | 8 ; single element extractions.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 1021 // extractions and ensures that this version is strictly better.
|
/external/python/setuptools/docs/ |
D | pkg_resources.txt | 1190 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/ |
D | SystemZInstrVector.td | 1595 // extractions and ensures that this version is strictly better.
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 1637 // extractions and ensures that this version is strictly better.
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 4076 // 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/ |
D | AArch64InstrInfo.td | 5285 // 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/ |
D | AArch64InstrInfo.td | 5051 // 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/ |
D | PPCGenDisassemblerTables.inc | 36 assert(startBit + numBits <= 64 && "Cannot support >64-bit extractions!");
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 6324 // Aligned extractions: really just dropping registers
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 6873 // Aligned extractions: really just dropping registers
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 6924 // Aligned extractions: really just dropping registers
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenDisassemblerTables.inc | 36 assert(startBit + numBits <= 64 && "Cannot support >64-bit extractions!");
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 36 assert(startBit + numBits <= 64 && "Cannot support >64-bit extractions!");
|