Searched refs:InPlace (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h48 bool InPlace = false; member in class:clang::FixItOptions
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp88 if (FixItOpts->InPlace) {
H A DFrontendActions.cpp59 FixItRewriteInPlace() { InPlace = true; }
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4399 SDValue InPlace = OpsSwapped ? V2 : V1;
4413 InPlace = convertToScalableVector(ContainerVT, InPlace, DAG, Subtarget);
4421 Res = DAG.getNode(RISCVISD::VMV_V_V_VL, DL, ContainerVT, InPlace, ToInsert,
4424 Res = getVSlideup(DAG, Subtarget, DL, ContainerVT, InPlace, ToInsert,

Completed in 125 milliseconds