Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp81 typedef std::vector<unsigned char> val_vec_type; typedef in __anon3e4c6eed0111::BPFDAGToDAGISel
83 val_vec_type &Vals, uint64_t Offset);
85 val_vec_type &Vals, int Offset);
87 val_vec_type &Vals, int Offset);
89 val_vec_type &Vals, int Offset);
93 std::map<const void *, val_vec_type> cs_vals_;
347 val_vec_type TmpVal; in getConstantFieldValue()
363 val_vec_type Vals(total_size, 0); in getConstantFieldValue()
390 val_vec_type &Vals, uint64_t Offset) { in fillGenericConstant()
427 val_vec_type &Vals, int Offset) { in fillConstantDataArray()
[all …]