Home
last modified time | relevance | path

Searched refs:CLEAR_CACHE (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1447 CLEAR_CACHE, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def655 HANDLE_LIBCALL(CLEAR_CACHE, "__clear_cache")
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp550 case ISD::CLEAR_CACHE: in getOperationName()
H A DLegalizeDAG.cpp1108 case ISD::CLEAR_CACHE: in LegalizeOp()
4325 case ISD::CLEAR_CACHE: in ExpandNode()
4487 case ISD::CLEAR_CACHE: { in ConvertNodeToLibcall()
4493 DAG, RTLIB::CLEAR_CACHE, MVT::isVoid, {StartVal, EndVal}, CallOptions, in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp7593 Res = DAG.getNode(ISD::CLEAR_CACHE, sdl, DAG.getVTList(MVT::Other), in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp114 setOperationAction(ISD::CLEAR_CACHE, MVT::Other, Custom); in WebAssemblyTargetLowering()
1508 case ISD::CLEAR_CACHE: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp858 setOperationAction(ISD::CLEAR_CACHE, MVT::Other, LibCall); in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp663 setOperationAction(ISD::CLEAR_CACHE, MVT::Other, Custom); in RISCVTargetLowering()
7260 case ISD::CLEAR_CACHE: { in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp142 setOperationAction(ISD::CLEAR_CACHE, MVT::Other, Expand); in X86TargetLowering()