Home
last modified time | relevance | path

Searched defs:Lower (Results 1 – 22 of 22) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp212 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 DRangeConstraintManager.cpp106 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 DConstantRange.h43 APInt Lower, Upper; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp70 SystemZMCInstLower Lower(MF->getContext(), *this); in EmitInstruction() local
204 SystemZMCInstLower Lower(MF->getContext(), *this); in PrintAsmOperand() local
H A DSystemZISelDAGToDAG.cpp971 SDValue Lower = CurDAG->getConstant(LowerVal, VT); in splitLargeImmediate() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h28 uint32_t Lower; member
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp107 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 DMSP430MCInstLower.cpp114 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 DAArch64MCInstLower.cpp204 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 DMipsMCInstLower.cpp219 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MipsMCInstLower
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DScaledNumber.cpp32 uint64_t Upper = P1, Lower = P4; in multiply64() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp633 APInt Lower = getUnsignedMin().udiv(RHS.getUnsignedMax()); in udiv() local
H A DInstructions.cpp3271 APInt Lower(C); in makeConstantRange() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h364 const SCEV *Lower[8]; member
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp397 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in X86MCInstLower
H A DX86ISelLowering.cpp7078 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 DStratifiedSets.h610 auto *Lower = &linksAt(LowerIndex); in tryMergeUpwards() local
H A DValueTracking.cpp313 ConstantInt *Lower = in computeKnownBitsFromRangeMetadata() local
1516 ConstantInt *Lower = in rangeMetadataExcludesValue() local
H A DInstructionSimplify.cpp2235 APInt Lower = APInt(Width, 0); in SimplifyICmpInst() local
H A DScalarEvolution.cpp3676 ConstantInt *Lower = in GetRangeFromMetadata() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp1173 llvm::Value *Lower = Builder.CreateICmpSGE( in EmitLoadOfScalar() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp2277 Expr *Lower = TestIsLessOp ? LB : UB; in BuildNumIterations() local