/openbsd-src/gnu/gcc/gcc/ |
H A D | timevar.h | 83 #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 D | Unix.h | 81 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | timevar.h | 80 #define POP_TIMEVAR_AND_RETURN(TV, E) return (timevar_pop (TV), (E)) argument
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.h | 145 SDValue TV = getTargetNode(N, DL, Ty, DAG, Flag); variable
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TrustNonnullChecker.cpp | 188 ConditionTruthVal TV = C.getState()->isNonNull(Receiver); in isNonNullPtr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 866 BT::BitValue TV = R1[W1-1]; in evaluate() local 956 bool TV = (Opc == S2_tstbit_i); in evaluate() local
|
H A D | HexagonHardwareLoops.cpp | 1506 int64_t TV; in checkForImmediate() local
|
H A D | HexagonLoopIdiomRecognition.cpp | 1204 Value *TV = UseI->getOperand(1), *FV = UseI->getOperand(2); in classifyInst() local
|
H A D | HexagonISelLoweringHVX.cpp | 2937 SDValue TV = DAG.getValueType(Ty); in SplitVectorOp() local
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Darwin.cpp | 3055 const llvm::Triple &TT) { in addPlatformVersionArgs()
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 411 Value *TV; in threadBinOpOverSelect() local 488 Value *TV = SI->getTrueValue(); in threadCmpOverSelect() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1101 Value *TV = SI->getTrueValue(); in FoldOpIntoSelect() local
|
H A D | InstCombineAndOrXor.cpp | 4013 Value *TV = Sel->getTrueValue(); in foldNot() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1515 Value *TV = SI.getTrueValue(); in speculateSelectInstLoads() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 1264 if (auto TV = dyn_cast<MCTargetExpr>(V)) in parsePrimaryExpr() local
|
H A D | MasmParser.cpp | 1712 if (auto TV = dyn_cast<MCTargetExpr>(V)) in parsePrimaryExpr() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2203 const auto *TV = FD ? FD->getAttr<TargetVersionAttr>() : nullptr; in GetCPUAndFeaturesAttributes() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 13402 } else if (const auto *TV = FD->getAttr<TargetVersionAttr>()) { in getFunctionFeatureMap() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 7906 SDValue TV = Op.getOperand(2), FV = Op.getOperand(3); in LowerSELECT_CC() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 2975 unsigned TV = 0; in CheckNeonBuiltinFunctionCall() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 25505 auto *TV = dyn_cast<ConstantFPSDNode>(N2); in convertSelectOfFPConstantsToLoadOffset() local
|