Searched refs:IsLoad (Results 1 - 25 of 33) sorted by relevance

12

/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp46 bool IsStore, bool IsLoad);
94 bool IsStore, IsLoad; local
100 IsLoad = true;
105 IsLoad = false;
110 IsStore = IsLoad = true;
121 IsStore = IsLoad = true;
125 MadeChange |= bracketInstWithFences(I, FenceOrdering, IsStore, IsLoad);
152 bool IsStore, bool IsLoad) {
155 auto LeadingFence = TLI->emitLeadingFence(Builder, Order, IsStore, IsLoad);
157 auto TrailingFence = TLI->emitTrailingFence(Builder, Order, IsStore, IsLoad);
151 bracketInstWithFences(Instruction *I, AtomicOrdering Order, bool IsStore, bool IsLoad) argument
[all...]
H A DInlineSpiller.cpp1018 bool IsLoad = InstrReg; local
1019 if (!IsLoad)
1030 if (IsLoad) {
/external/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.h101 void DecodeScalarMoveMask(MVT VT, bool IsLoad,
H A DX86ShuffleDecode.cpp426 void DecodeScalarMoveMask(MVT VT, bool IsLoad, SmallVectorImpl<int> &Mask) { argument
432 Mask.push_back(IsLoad ? static_cast<int>(SM_SentinelZero) : i);
/external/v8/src/compiler/
H A Dchange-lowering-unittest.cc238 IsLoad(kMachFloat64, val, IsInt32Constant(HeapNumberValueOffset()),
266 IsChangeFloat64ToInt32(IsLoad(
292 IsChangeFloat64ToUint32(IsLoad(
375 IsLoad(kMachFloat64, val, IsInt32Constant(HeapNumberValueOffset()),
403 IsChangeFloat64ToInt32(IsLoad(
430 IsChangeFloat64ToUint32(IsLoad(
H A Dgraph-unittest.h91 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher,
H A Dgraph-unittest.cc718 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher, function in namespace:v8::internal::compiler
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp124 /// \param IsLoad The flag specifying if the location is a store or a load.
128 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, argument
H A DNSErrorChecker.cpp241 if (event.IsLoad)
/external/llvm/lib/Target/R600/
H A DSIRegisterInfo.cpp151 bool IsLoad = TII->get(LoadStoreOp).mayLoad(); local
181 .addReg(SubReg, getDefRegState(IsLoad))
188 .addReg(Value, RegState::Implicit | getDefRegState(IsLoad));
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp266 bool IsLoad; member in struct:__anon1404::CheckLocationContext
278 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx),
283 ProgramPoint::Kind K = IsLoad ? ProgramPoint::PreLoadKind :
290 checkFn(Loc, IsLoad, BoundEx, C);
/external/v8/src/arm64/
H A Dinstructions-arm64.cc18 bool Instruction::IsLoad() const { function in class:v8::internal::Instruction
H A Dinstructions-arm64.h214 bool IsLoad() const;
H A Dsimulator-arm64.cc1615 if (instr->IsLoad()) {
1633 if (instr->IsLoad()) {
1761 if (instr->IsLoad()) {
1783 if (instr->IsLoad()) {
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h407 bool IsStore, bool IsLoad) const override;
409 bool IsStore, bool IsLoad) const override;
H A DARMExpandPseudoInsts.cpp107 bool IsLoad; member in struct:__anon10662::NEONLdStTableEntry
385 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed");
450 assert(TableEntry && !TableEntry->IsLoad && "NEONLdStTable lookup failed");
526 if (TableEntry->IsLoad) {
551 if (!TableEntry->IsLoad)
576 if (TableEntry->IsLoad)
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h481 bool IsStore, bool IsLoad) const override;
483 bool IsStore, bool IsLoad) const override;
/external/clang/lib/CodeGen/
H A DCGAtomic.cpp924 bool IsLoad = E->getOp() == AtomicExpr::AO__c11_atomic_load || local
953 if (IsLoad)
959 if (IsLoad || IsStore)
987 if (!IsLoad)
989 if (!IsLoad && !IsStore)
1016 if (!IsLoad) {
1024 if (!IsLoad && !IsStore) {
/external/vixl/src/vixl/a64/
H A Dinstructions-a64.cc74 bool Instruction::IsLoad() const { function in class:vixl::Instruction
H A Dinstructions-a64.h268 bool IsLoad() const;
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h514 bool IsLoad; member in struct:clang::ento::ImplicitNullDerefEvent
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1062 bool IsLoad = fieldFromInstruction(insn, 22, 1); local
1067 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn)
1163 bool IsLoad = fieldFromInstruction(insn, 22, 1); local
1274 if (IsLoad && Rt == Rt2)
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp844 bool IsLoad = TheI->mayLoad(), IsStore = TheI->mayStore(); local
845 if (!IsLoad && !IsStore)
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1028 /// RMW and CmpXchg set both IsStore and IsLoad to true.
1056 bool IsStore, bool IsLoad) const {
1067 bool IsStore, bool IsLoad) const {
/external/v8/src/
H A Dhydrogen.cc5949 if (IsLoad()) {
5956 if (IsLoad()) {
5989 if (!IsLoad() && IsProperty() && IsReadOnly()) {
6004 IsLoad() ? Handle<AccessorPair>::cast(accessors)->getter()
6086 if (IsJSObjectFieldAccessor()) return IsLoad();
6090 return IsLoad();
6093 if (IsFound()) return IsLoad() || !IsReadOnly();
6095 if (IsLoad()) return true;
6144 DCHECK(!IsLoad() || !IsTransition());
6183 DCHECK(info->IsLoad());
[all...]

Completed in 712 milliseconds

12