reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 5672   case Intrinsic::read_register: {
lib/Transforms/InstCombine/InstCombineCalls.cpp
 3690             II->getModule(), Intrinsic::read_register, II->getType());
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1023       Intrinsic::getDeclaration(M, Intrinsic::read_register, IntptrTy);
tools/clang/lib/CodeGen/CGBuiltin.cpp
 5940     llvm::Function *F = CGM.getIntrinsic(llvm::Intrinsic::read_register, Types);
 7260         CGM.getIntrinsic(llvm::Intrinsic::read_register, {Int64Ty});
 7436       llvm::Function *F = CGM.getIntrinsic(llvm::Intrinsic::read_register, Types);
tools/clang/lib/CodeGen/CGExpr.cpp
 1915   llvm::Function *F = CGM.getIntrinsic(llvm::Intrinsic::read_register, Types);