Home
last modified time | relevance | path

Searched defs:TV (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtimevar.h83 #define POP_TIMEVAR_AND_RETURN(TV, E) do { timevar_pop (TV); return (E); }while(0) argument
84 #define timevar_pop(TV) do { if (timevar_enable) timevar_pop_1 (TV); }while(0) argument
85 #define timevar_push(TV) do { if (timevar_enable) timevar_push_1 (TV); }while(0) argument
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DUnix.h81 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtimevar.h80 #define POP_TIMEVAR_AND_RETURN(TV, E) return (timevar_pop (TV), (E)) argument
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h145 SDValue TV = getTargetNode(N, DL, Ty, DAG, Flag); variable
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp188 ConditionTruthVal TV = C.getState()->isNonNull(Receiver); in isNonNullPtr() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp866 BT::BitValue TV = R1[W1-1]; in evaluate() local
956 bool TV = (Opc == S2_tstbit_i); in evaluate() local
H A DHexagonHardwareLoops.cpp1506 int64_t TV; in checkForImmediate() local
H A DHexagonLoopIdiomRecognition.cpp1204 Value *TV = UseI->getOperand(1), *FV = UseI->getOperand(2); in classifyInst() local
H A DHexagonISelLoweringHVX.cpp2937 SDValue TV = DAG.getValueType(Ty); in SplitVectorOp() local
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.cpp3055 const llvm::Triple &TT) { in addPlatformVersionArgs()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp411 Value *TV; in threadBinOpOverSelect() local
488 Value *TV = SI->getTrueValue(); in threadCmpOverSelect() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1101 Value *TV = SI->getTrueValue(); in FoldOpIntoSelect() local
H A DInstCombineAndOrXor.cpp4013 Value *TV = Sel->getTrueValue(); in foldNot() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1515 Value *TV = SI.getTrueValue(); in speculateSelectInstLoads() local
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1264 if (auto TV = dyn_cast<MCTargetExpr>(V)) in parsePrimaryExpr() local
H A DMasmParser.cpp1712 if (auto TV = dyn_cast<MCTargetExpr>(V)) in parsePrimaryExpr() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp2203 const auto *TV = FD ? FD->getAttr<TargetVersionAttr>() : nullptr; in GetCPUAndFeaturesAttributes() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp13402 } else if (const auto *TV = FD->getAttr<TargetVersionAttr>()) { in getFunctionFeatureMap() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7906 SDValue TV = Op.getOperand(2), FV = Op.getOperand(3); in LowerSELECT_CC() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp2975 unsigned TV = 0; in CheckNeonBuiltinFunctionCall() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp25505 auto *TV = dyn_cast<ConstantFPSDNode>(N2); in convertSelectOfFPConstantsToLoadOffset() local