Searched refs:CLEAR_CACHE (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1447 CLEAR_CACHE, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 655 HANDLE_LIBCALL(CLEAR_CACHE, "__clear_cache")
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 550 case ISD::CLEAR_CACHE: in getOperationName()
|
H A D | LegalizeDAG.cpp | 1108 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 D | SelectionDAGBuilder.cpp | 7593 Res = DAG.getNode(ISD::CLEAR_CACHE, sdl, DAG.getVTList(MVT::Other), in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 114 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 D | TargetLoweringBase.cpp | 858 setOperationAction(ISD::CLEAR_CACHE, MVT::Other, LibCall); in initActions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 663 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 D | X86ISelLowering.cpp | 142 setOperationAction(ISD::CLEAR_CACHE, MVT::Other, Expand); in X86TargetLowering()
|