Home
last modified time | relevance | path

Searched defs:BitVec (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/bitvec/
Dbv.go20 type BitVec struct { struct
21 N int32 // number of bits in vector
22 B []uint32 // words holding bits
55 func (bv1 BitVec) Eq(bv2 BitVec) bool {
67 func (dst BitVec) Copy(src BitVec) {
71 func (bv BitVec) Get(i int32) bool {
79 func (bv BitVec) Set(i int32) {
87 func (bv BitVec) Unset(i int32) {
97 func (bv BitVec) Next(i int32) int32 {
122 func (bv BitVec) IsEmpty() bool {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typebits/
Dtypebits.go16 func Set(t *types.Type, off int64, bv bitvec.BitVec) {
21 func SetNoCheck(t *types.Type, off int64, bv bitvec.BitVec) {
25 func set(t *types.Type, off int64, bv bitvec.BitVec, skip bool) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/objw/
Dobjw.go95 func BitVec(s *obj.LSym, off int, bv bitvec.BitVec) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/liveness/
Dbvset.go87 func hashbitmap(h uint32, bv bitvec.BitVec) uint32 {
Dplive.go1036 func clobber(lv *liveness, b *ssa.Block, live bitvec.BitVec) {
/aosp_15_r20/external/python/cpython2/Demo/classes/
Dbitvec.py50 class BitVec: class
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16279 SDValue BitVec = DAG.getBitcast(MaskVT, Load); in LowerExtended1BitVectorLoad() local