/minix3/external/bsd/llvm/dist/clang/unittests/Basic/ |
H A D | VirtualFileSystemTest.cpp | 212 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local 237 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local 373 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local 403 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local 451 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local 474 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local 562 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local 612 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local 648 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local 680 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local [all …]
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 106 const llvm::APSInt &Lower, in IntersectInRange() 149 bool pin(llvm::APSInt &Lower, llvm::APSInt &Upper) const { in pin() 239 llvm::APSInt Lower, llvm::APSInt Upper) const { in Intersect() 427 llvm::APSInt Lower = AdjustmentType.convert(Int) - Adjustment; in assumeSymNE() local 474 llvm::APSInt Lower = Min-Adjustment; in assumeSymLT() local 503 llvm::APSInt Lower = ComparisonVal-Adjustment; in assumeSymGT() local 533 llvm::APSInt Lower = ComparisonVal-Adjustment; in assumeSymGE() local 562 llvm::APSInt Lower = Min-Adjustment; in assumeSymLE() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 43 APInt Lower, Upper; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 70 SystemZMCInstLower Lower(MF->getContext(), *this); in EmitInstruction() local 204 SystemZMCInstLower Lower(MF->getContext(), *this); in PrintAsmOperand() local
|
H A D | SystemZISelDAGToDAG.cpp | 971 SDValue Lower = CurDAG->getConstant(LowerVal, VT); in splitLargeImmediate() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | UnicodeCharRanges.h | 28 uint32_t Lower; member
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreMCInstLower.cpp | 107 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in XCoreMCInstLower
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430MCInstLower.cpp | 114 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MSP430MCInstLower
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64MCInstLower.cpp | 204 void AArch64MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in AArch64MCInstLower
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsMCInstLower.cpp | 219 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MipsMCInstLower
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 32 uint64_t Upper = P1, Lower = P4; in multiply64() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 633 APInt Lower = getUnsignedMin().udiv(RHS.getUnsignedMax()); in udiv() local
|
H A D | Instructions.cpp | 3271 APInt Lower(C); in makeConstantRange() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 364 const SCEV *Lower[8]; member
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 397 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in X86MCInstLower
|
H A D | X86ISelLowering.cpp | 7078 SDValue Lower = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, in LowerBUILD_VECTOR() local 7901 auto Lower = [&](int Scale) -> SDValue { in lowerVectorShuffleAsZeroOrAnyExtend() local 16554 bool Lower = (Subtarget->isOSWindows() && !Subtarget->isTargetMachO()) || in LowerDYNAMIC_STACKALLOC() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | StratifiedSets.h | 610 auto *Lower = &linksAt(LowerIndex); in tryMergeUpwards() local
|
H A D | ValueTracking.cpp | 313 ConstantInt *Lower = in computeKnownBitsFromRangeMetadata() local 1516 ConstantInt *Lower = in rangeMetadataExcludesValue() local
|
H A D | InstructionSimplify.cpp | 2235 APInt Lower = APInt(Width, 0); in SimplifyICmpInst() local
|
H A D | ScalarEvolution.cpp | 3676 ConstantInt *Lower = in GetRangeFromMetadata() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 1173 llvm::Value *Lower = Builder.CreateICmpSGE( in EmitLoadOfScalar() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 2277 Expr *Lower = TestIsLessOp ? LB : UB; in BuildNumIterations() local
|