Home
last modified time | relevance | path

Searched defs:RoundParts (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp147 unsigned RoundParts = NumParts & (NumParts - 1) ? in getCopyFromParts() local
464 unsigned RoundParts = 1 << Log2_32(NumParts); in getCopyToParts() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp224 unsigned RoundParts = in getCopyFromParts() local
586 unsigned RoundParts = 1 << Log2_32(NumParts); in getCopyToParts() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp185 unsigned RoundParts = llvm::bit_floor(NumParts); in getCopyFromParts() local
570 unsigned RoundParts = llvm::bit_floor(NumParts); in getCopyToParts() local