/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 218 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local 243 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local 379 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local 409 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local 457 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local 480 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST() local 567 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local 617 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local 653 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local 685 IntrusiveRefCntPtr<DummyFileSystem> Lower(new DummyFileSystem()); in TEST_F() local [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
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
|
/external/llvm/include/llvm/IR/ |
D | ConstantRange.h | 43 APInt Lower, Upper; variable
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 70 SystemZMCInstLower Lower(MF->getContext(), *this); in EmitInstruction() local 203 SystemZMCInstLower Lower(MF->getContext(), *this); in PrintAsmOperand() local
|
D | SystemZISelDAGToDAG.cpp | 971 SDValue Lower = CurDAG->getConstant(LowerVal, VT); in splitLargeImmediate() local
|
/external/llvm/include/llvm/Support/ |
D | UnicodeCharRanges.h | 28 uint32_t Lower; member
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430MCInstLower.cpp | 113 void MSP430MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MSP430MCInstLower
|
/external/llvm/lib/Target/XCore/ |
D | XCoreMCInstLower.cpp | 107 void XCoreMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in XCoreMCInstLower
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64MCInstLower.cpp | 194 void AArch64MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in AArch64MCInstLower
|
/external/llvm/lib/Target/Mips/ |
D | MipsMCInstLower.cpp | 219 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in MipsMCInstLower
|
/external/llvm/lib/Support/ |
D | ScaledNumber.cpp | 33 uint64_t Upper = P1, Lower = P4; in multiply64() local
|
/external/llvm/lib/IR/ |
D | ConstantRange.cpp | 633 APInt Lower = getUnsignedMin().udiv(RHS.getUnsignedMax()); in udiv() local
|
D | Instructions.cpp | 3199 APInt Lower(C); in makeConstantRange() local
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 167 Lower=0x1, enumerator
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 345 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { in Lower() function in X86MCInstLower
|
D | X86ISelLowering.cpp | 6696 SDValue Lower = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, in LowerBUILD_VECTOR() local 13120 bool Lower = (Subtarget->isOSWindows() && !Subtarget->isTargetMacho()) || in LowerDYNAMIC_STACKALLOC() local
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 364 const SCEV *Lower[8]; member
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 200 ConstantInt *Lower = cast<ConstantInt>(Ranges.getOperand(2*i + 0)); in computeKnownBitsFromRangeMetadata() local
|
D | InstructionSimplify.cpp | 1932 APInt Lower = APInt(Width, 0); in SimplifyICmpInst() local
|
/external/chromium_org/v8/test/cctest/compiler/ |
D | test-simplified-lowering.cc | 682 void Lower() { in Lower() function in TestingGraph
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 1138 llvm::Value *Lower = Builder.CreateICmpSGE( in EmitLoadOfScalar() local
|
/external/chromium_org/gpu/command_buffer/ |
D | build_gles2_cmd_buffer.py | 2673 def Lower(words): function
|