Searched defs:Ctlz (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.h | 44 Ctlz, enumerator
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 3514 RValue<UInt> Ctlz(RValue<UInt> v, bool isZeroUndef) in Ctlz() function 3522 RValue<UInt4> Ctlz(RValue<UInt4> v, bool isZeroUndef) in Ctlz() function
|
D | SubzeroReactor.cpp | 4443 RValue<UInt> Ctlz(RValue<UInt> x, bool isZeroUndef) in Ctlz() function 4463 RValue<UInt4> Ctlz(RValue<UInt4> x, bool isZeroUndef) in Ctlz() function
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1792 unsigned Ctlz = C->countLeadingZeros(); in visitAnd() local
|
/external/llvm-project/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3606 Value *Ctlz = Builder.CreateCall( in UpgradeIntrinsicCall() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3477 Value *Ctlz = Builder.CreateCall( in UpgradeIntrinsicCall() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 2525 Value *Ctlz = Builder.CreateCall(F, {Tmp, Builder.getFalse()}); in EmitBuiltinExpr() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 20582 SDValue Ctlz = DAG.getNode(ISD::CTLZ, DL, VT, V); in BuildLogBase2() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 22056 SDValue Ctlz = DAG.getNode(ISD::CTLZ, DL, VT, V); in BuildLogBase2() local
|