Searched defs:BitVec (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/bitvec/ |
D | bv.go | 20 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/ |
D | typebits.go | 16 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/ |
D | objw.go | 95 func BitVec(s *obj.LSym, off int, bv bitvec.BitVec) int { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/liveness/ |
D | bvset.go | 87 func hashbitmap(h uint32, bv bitvec.BitVec) uint32 {
|
D | plive.go | 1036 func clobber(lv *liveness, b *ssa.Block, live bitvec.BitVec) {
|
/aosp_15_r20/external/python/cpython2/Demo/classes/ |
D | bitvec.py | 50 class BitVec: class
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 16279 SDValue BitVec = DAG.getBitcast(MaskVT, Load); in LowerExtended1BitVectorLoad() local
|