Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4393 unsigned Log2b = Log2_32(VT.getSizeInBits()); in lowerCmpEqZeroToCtlzSrl() local
4396 DAG.getConstant(Log2b, dl, MVT::i32)); in lowerCmpEqZeroToCtlzSrl()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp1245 unsigned Log2b = Log2_32(VT.getSizeInBits()); in LowerSETCC() local
1248 DAG.getConstant(Log2b, MVT::i32)); in LowerSETCC()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2374 unsigned Log2b = Log2_32(VT.getSizeInBits()); in LowerSETCC() local
2377 DAG.getConstant(Log2b, dl, MVT::i32)); in LowerSETCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35000 unsigned Log2b = Log2_32(VT.getSizeInBits()); in lowerX86CmpEqZeroToCtlzSrl() local
35007 DAG.getConstant(Log2b, dl, MVT::i8)); in lowerX86CmpEqZeroToCtlzSrl()