| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| CallingConvLower.cpp | 250 SmallVectorImpl<ForwardedRegister> &Forwards, ArrayRef<MVT> RegParmTypes,
|
| TargetInstrInfo.cpp | 313 MachineInstr &MI, ArrayRef<MachineOperand> Pred) const { 473 ArrayRef<unsigned> Ops, int FrameIndex, 536 ArrayRef<unsigned> Ops, int FI, 623 ArrayRef<unsigned> Ops, [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ |
| DIARawSymbol.cpp | 11 #include "llvm/ADT/ArrayRef.h" 79 llvm::ArrayRef<char> SrcByteArray(SrcBytes, SysStringByteLen(V.bstrVal)); 123 llvm::ArrayRef<char> SrcByteArray(SrcBytes, Result16.ByteLength()); 163 ArrayRef<char> ByteArray(Bytes, ::SysStringByteLen(Value)); 546 llvm::ArrayRef<char> SrcByteArray(SrcBytes, Result16.ByteLength()); [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/ |
| Disassembler.cpp | 12 #include "llvm/ADT/ArrayRef.h" 253 ArrayRef<uint8_t> Data(Bytes, BytesSize);
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
| MachOObjectFile.cpp | 15 #include "llvm/ADT/ArrayRef.h" [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/ |
| PassBuilder.cpp | [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
| AArch64ConditionOptimizer.cpp | 64 #include "llvm/ADT/ArrayRef.h" 305 static bool parseCond(ArrayRef<MachineOperand> Cond, AArch64CC::CondCode &CC) {
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
| AMDGPUCallLowering.cpp | 91 ArrayRef<unsigned> VRegs) const {
|
| SIMachineScheduler.h | 124 ArrayRef<std::pair<SIScheduleBlock*, SIScheduleBlockLinkKind>>
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
| ARCInstrInfo.cpp | 361 ArrayRef<MachineOperand> Cond,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
| ARMCallingConv.h | 206 ArrayRef<MCPhysReg> RegList;
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
| BPFInstrInfo.cpp | 223 ArrayRef<MachineOperand> Cond,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
| MSP430InstrInfo.cpp | 269 ArrayRef<MachineOperand> Cond,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
| SystemZRegisterInfo.cpp | 59 ArrayRef<MCPhysReg> Order,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
| Coroutines.cpp | 193 void coro::updateCallGraph(Function &ParentFunc, ArrayRef<Function *> NewFuncs,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
| GCOVProfiling.cpp | 120 insertCounterWriteout(ArrayRef<std::pair<GlobalVariable *, MDNode *>>); 121 Function *insertFlush(ArrayRef<std::pair<GlobalVariable *, MDNode *>>); 903 ArrayRef<std::pair<GlobalVariable *, MDNode *> > CountersBySP) { [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/ |
| CoverageMappingTest.cpp | 88 ArrayRef<OutputFunctionCoverageData> Functions; 90 CoverageMappingReaderMock(ArrayRef<OutputFunctionCoverageData> Functions) 236 ArrayRef<OutputFunctionCoverageData> Funcs(OF); 241 ArrayRef<OutputFunctionCoverageData> Funcs(OutputFunctions); [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
| CodeEmitterGen.cpp | 19 #include "llvm/ADT/ArrayRef.h" 239 ArrayRef<const CodeGenInstruction*> NumberedInstructions =
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| Type.h | 19 #include "llvm/ADT/ArrayRef.h" 301 ArrayRef<Type*> subtypes() const {
|
| /art/compiler/optimizing/ |
| register_allocation_resolver.cc | 32 void RegisterAllocationResolver::Resolve(ArrayRef<HInstruction* const> safepoints, 39 ArrayRef<LiveInterval* const> temp_intervals) { 275 ArrayRef<HInstruction* const> safepoints) {
|
| /art/runtime/ |
| art_method.cc | 546 ArrayRef<const uint8_t> ArtMethod::GetQuickenedInfo() { 550 return ArrayRef<const uint8_t>(); 556 ArrayRef<const uint8_t> data = GetQuickenedInfo(); [all...] |
| /external/clang/include/clang/AST/ |
| DeclBase.h | [all...] |
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| ProgramState.h | 261 invalidateRegions(ArrayRef<const MemRegion *> Regions, const Expr *E, 268 invalidateRegions(ArrayRef<SVal> Regions, const Expr *E, 432 invalidateRegionsImpl(ArrayRef<SVal> Values,
|
| /external/clang/lib/Lex/ |
| Preprocessor.cpp | 329 ArrayRef<TokenValue> Tokens) { 336 ArrayRef<TokenValue> Tokens) const { 803 [&](ArrayRef<Module *> Path, Module *Conflict, StringRef Message) { [all...] |
| /external/clang/lib/Sema/ |
| SemaTemplateVariadic.cpp | 219 ArrayRef<UnexpandedParameterPack> Unexpanded) { 540 ArrayRef<UnexpandedParameterPack> Unexpanded, 548 for (ArrayRef<UnexpandedParameterPack>::iterator i = Unexpanded.begin(), [all...] |