Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp110 ConstantDataSequential *CDS = in visitLoad() local
DValueTracking.cpp1405 if (ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(V)) { in computeKnownBits() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp109 ConstantDataSequential *CDS = in visitLoad() local
DTargetTransformInfo.cpp656 } else if (auto *CDS = dyn_cast<ConstantDataSequential>(V)) { in getOperandInfo() local
DValueTracking.cpp1595 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(V)) { in computeKnownBits() local
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp82 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(C)) { in IsNullTerminatedString() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp92 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(C)) { in IsNullTerminatedString() local
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1941 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(V)) in isRepeatedByteSequence() local
1948 const ConstantDataSequential *CDS, in emitGlobalConstantDataSequential()
2283 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(CV)) in emitGlobalConstantImpl() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2242 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(V)) in isRepeatedByteSequence() local
2249 const ConstantDataSequential *CDS, in emitGlobalConstantDataSequential()
2584 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(CV)) in emitGlobalConstantImpl() local
/external/clang/lib/CodeGen/
DCGDecl.cpp824 if (llvm::ConstantDataSequential *CDS = in canEmitInitWithFewStoresAfterMemset() local
853 if (llvm::ConstantDataSequential *CDS = in emitStoresForInitAfterMemset() local
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp1614 if (auto *CDS = dyn_cast<ConstantDataSequential>(C)) { in EmitInstruction() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1215 if (const ConstantDataSequential *CDS = in InitializeMemory() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1221 if (const ConstantDataSequential *CDS = in InitializeMemory() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp2124 if (auto *CDS = dyn_cast<ConstantDataSequential>(C)) { in EmitInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp1658 if (const auto *CDS = dyn_cast<ConstantDataSequential>(Mask)) { in isValidOperands() local
1679 if (auto *CDS = dyn_cast<ConstantDataSequential>(Mask)) in getMaskValue() local
1691 if (auto *CDS = dyn_cast<ConstantDataSequential>(Mask)) { in getShuffleMask() local
DConstants.cpp348 if (const ConstantDataSequential *CDS =dyn_cast<ConstantDataSequential>(this)) in getAggregateElement() local
/external/llvm/lib/IR/
DInstructions.cpp1899 if (const ConstantDataSequential *CDS = in isValidOperands() local
1924 if (ConstantDataSequential *CDS =dyn_cast<ConstantDataSequential>(Mask)) in getMaskValue() local
1938 if (ConstantDataSequential *CDS=dyn_cast<ConstantDataSequential>(Mask)) { in getShuffleMask() local
DConstants.cpp275 if (const ConstantDataSequential *CDS =dyn_cast<ConstantDataSequential>(this)) in getAggregateElement() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1940 if (const ConstantDataSequential *CDS = in bufferAggregateConstant() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1943 if (const ConstantDataSequential *CDS = in bufferAggregateConstant() local
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2116 } else if (const ConstantDataSequential *CDS = in writeConstants() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2342 } else if (const ConstantDataSequential *CDS = in writeConstants() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1150 if (const ConstantDataSequential *CDS = in getValueImpl() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1289 if (const ConstantDataSequential *CDS = in getValueImpl() local
/external/v8/src/s390/
Dsimulator-s390.cc4170 EVALUATE(CDS) { in EVALUATE() argument