HomeSort by relevance Sort by last modified time
    Searched defs:LowerCTPOP (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 260 /// LowerCTPOP - Emit the code to lower ctpop of V before the specified
262 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) {
314 return LowerCTPOP(Context, V, IP);
392 CI->replaceAllUsesWith(LowerCTPOP(Context, CI->getArgOperand(0), CI));
410 Src = LowerCTPOP(Context, Builder.CreateAnd(NotSrc, SrcM1), CI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 260 /// LowerCTPOP - Emit the code to lower ctpop of V before the specified
262 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) {
314 return LowerCTPOP(Context, V, IP);
392 CI->replaceAllUsesWith(LowerCTPOP(Context, CI->getArgOperand(0), CI));
410 Src = LowerCTPOP(Context, Builder.CreateAnd(NotSrc, SrcM1), CI);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
IntrinsicLowering.cpp 260 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) {
311 return LowerCTPOP(Context, V, IP);
389 CI->replaceAllUsesWith(LowerCTPOP(Context, CI->getArgOperand(0), CI));
407 Src = LowerCTPOP(Context, Builder.CreateAnd(NotSrc, SrcM1), CI);
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 141 milliseconds