Home
last modified time | relevance | path

Searched defs:IsLoad (Results 1 – 14 of 14) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp93 bool IsStore, IsLoad; in runOnFunction() local
149 bool IsStore, bool IsLoad) { in bracketInstWithFences()
H A DInlineSpiller.cpp1018 bool IsLoad = InstrReg; in coalesceStackAccess() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp128 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIRegisterInfo.cpp150 bool IsLoad = TII->get(LoadStoreOp).mayLoad(); in buildScratchLoadStore() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1064 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodeSignedLdStInstruction() local
1157 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodePairLdStInstruction() local
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h545 bool IsLoad; member
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp107 bool IsLoad; member
H A DARMLoadStoreOptimizer.cpp386 bool IsLoad = in UpdateBaseRegUses() local
H A DARMISelDAGToDAG.cpp2036 SDNode *ARMDAGToDAGISel::SelectVLDSTLane(SDNode *N, bool IsLoad, in SelectVLDSTLane()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp772 bool IsLoad = E->getOp() == AtomicExpr::AO__c11_atomic_load || in EmitAtomicExpr() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp266 bool IsLoad; member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h1035 bool IsStore, bool IsLoad) const { in emitLeadingFence()
1046 bool IsStore, bool IsLoad) const { in emitTrailingFence()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12628 bool IsLoad = isa<LoadSDNode>(N) && !cast<LSBaseSDNode>(N)->isVolatile(); in GatherAllAliases() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6253 bool IsLoad = ISD::isNormalLoad(Ld.getNode()); in LowerVectorBroadcast() local