HomeSort by: relevance | last modified time | path
    Searched refs:NumOpnds (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 2736 unsigned NumOpnds = Inst->getNumOperands();
2737 OriginalValues.reserve(NumOpnds);
2738 for (unsigned It = 0; It < NumOpnds; ++It) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 9052 unsigned NumOpnds = Ops.size();
9062 EltTy = IntegerType::get(getLLVMContext(), SVEBitsPerBlock / NumOpnds);
9064 Address Alloca = CreateTempAlloca(llvm::ArrayType::get(EltTy, NumOpnds),
9066 for (unsigned I = 0; I < NumOpnds; ++I)
9086 F = CGM.getIntrinsic(NumOpnds == 2 ? Intrinsic::aarch64_sve_cmpne

Completed in 69 milliseconds