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

  /src/lib/
bumpversion 45 donothing=TRUE
118 if [ "X$donothing" = "X" ] ; then
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULowerModuleLDSPass.cpp 108 // An operand bundle on llvm.donothing works because the call instruction
112 // llvm.donothing that takes a pointer to the instance and is lowered to a
122 Intrinsic::getDeclaration(Func->getParent(), Intrinsic::donothing, {});
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 372 if (Callee->getIntrinsicID() == Intrinsic::donothing) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 1204 // The donothing intrinsic does, well, nothing.
1205 case Intrinsic::donothing:
SelectionDAGBuilder.cpp 2890 case Intrinsic::donothing:
2891 // Ignore invokes to @llvm.donothing: jump directly to the next BB.
6813 case Intrinsic::donothing:
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 2670 Function *F = Intrinsic::getDeclaration(M, Intrinsic::donothing);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 4447 F->getIntrinsicID() == Intrinsic::donothing ||
4458 "Cannot invoke an intrinsic other than donothing, patchpoint, "
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 1099 .CreateIntrinsic(Intrinsic::donothing, {}, {});

Completed in 52 milliseconds