Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
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
560 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local
610 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local
646 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local
678 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local
[all …]
/external/clang/lib/StaticAnalyzer/Core/
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
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp84 SystemZMCInstLower Lower(MF->getContext(), *this); in EmitInstruction() local
240 SystemZMCInstLower Lower(MF->getContext(), *this); in PrintAsmOperand() local
DSystemZISelDAGToDAG.cpp980 SDValue Lower = CurDAG->getConstant(LowerVal, VT); in splitLargeImmediate() local
/external/llvm/include/llvm/IR/
DConstantRange.h44 APInt Lower, Upper; variable
/external/llvm/lib/Target/BPF/
DBPFMCInstLower.cpp44 void BPFMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in BPFMCInstLower
/external/llvm/include/llvm/Support/
DUnicodeCharRanges.h28 uint32_t Lower; member
/external/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp113 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MSP430MCInstLower
/external/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp107 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in XCoreMCInstLower
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp204 void AArch64MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in AArch64MCInstLower
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp220 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MipsMCInstLower
/external/llvm/lib/Support/
DScaledNumber.cpp33 uint64_t Upper = P1, Lower = P4; in multiply64() local
/external/eigen/Eigen/src/Core/util/
DConstants.h167 Lower=0x1, enumerator
/external/llvm/lib/IR/
DConstantRange.cpp670 APInt Lower = getUnsignedMin().udiv(RHS.getUnsignedMax()); in udiv() local
DInstructions.cpp3152 APInt Lower(C); in makeConstantRange() local
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h361 const SCEV *Lower[8]; member
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp397 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in X86MCInstLower
DX86ISelLowering.cpp5804 SDValue Lower = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, in LowerBUILD_VECTOR() local
6831 auto Lower = [&](int Scale) -> SDValue { in lowerVectorShuffleAsZeroOrAnyExtend() local
14278 bool Lower = (Subtarget->isOSWindows() && !Subtarget->isTargetMachO()) || in LowerDYNAMIC_STACKALLOC() local
/external/llvm/lib/Analysis/
DStratifiedSets.h610 auto *Lower = &linksAt(LowerIndex); in tryMergeUpwards() local
DValueTracking.cpp341 ConstantInt *Lower = in computeKnownBitsFromRangeMetadata() local
1695 ConstantInt *Lower = in rangeMetadataExcludesValue() local
DInstructionSimplify.cpp2247 APInt Lower = APInt(Width, 0); in SimplifyICmpInst() local
DScalarEvolution.cpp3829 ConstantInt *Lower = in GetRangeFromMetadata() local
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc682 void Lower() { in Lower() function in TestingGraph
/external/clang/lib/CodeGen/
DCGExpr.cpp1199 llvm::Value *Lower = Builder.CreateICmpSGE( in EmitLoadOfScalar() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp2319 Expr *Lower = TestIsLessOp ? LB : UB; in BuildNumIterations() local