Searched refs:isUnordered (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineMemOperand.h154 /// isUnordered - Returns true if this memory operation doesn't have any
161 bool isUnordered() const { return !isVolatile(); } function in class:llvm::MachineMemOperand
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DMemDepPrinter.cpp124 if (!LI->isUnordered()) {
133 if (!SI->isUnordered()) {
H A DLoopDependenceAnalysis.cpp82 return LI->isUnordered();
84 return SI->isUnordered();
H A DAliasAnalysis.cpp289 if (!L->isUnordered())
304 if (!S->isUnordered())
H A DAliasSetTracker.cpp302 if (!LI->isUnordered()) ATy = AliasSet::ModRef;
315 if (!SI->isUnordered()) ATy = AliasSet::ModRef;
H A DMemoryDependenceAnalysis.cpp123 if (LI->isUnordered()) {
135 if (SI->isUnordered()) {
391 if (!LI->isUnordered())
451 if (!SI->isUnordered())
H A DValueTracking.cpp1881 if (!LI->isUnordered())
H A DInstructionSimplify.cpp2449 assert(FCmpInst::isUnordered(Pred) &&
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Darm.rb409 isUnordered = LocalLabel.unique("bdneq")
410 $asm.puts "bvs #{LocalLabelReference.new(codeOrigin, isUnordered).asmLabel}"
412 isUnordered.lower("ARM")
H A Dx86.rb898 isUnordered = LocalLabel.unique("bdeq")
899 $asm.puts "jp #{LabelReference.new(codeOrigin, isUnordered).asmLabel}"
901 isUnordered.lower("X86")
925 isUnordered = LocalLabel.unique("bdnequn")
927 $asm.puts "jp #{LabelReference.new(codeOrigin, isUnordered).asmLabel}"
929 isUnordered.lower("X86")
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DInstruction.cpp344 return !cast<StoreInst>(this)->isUnordered();
364 return !cast<LoadInst>(this)->isUnordered();
H A DInstructions.cpp3096 bool CmpInst::isUnordered(unsigned short predicate) { function in class:CmpInst
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp248 return SI->isUnordered();
832 if (!L->isUnordered()) // Be conservative with atomic/volatile load
H A DLICM.cpp393 if (!LI->isUnordered())
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerX86Common.h832 Jump isUnordered(m_assembler.jp());
834 isUnordered.link(this);
839 Jump isUnordered(m_assembler.jp());
841 isUnordered.link(this);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstrTypes.h810 static bool isUnordered(unsigned short predicate);
H A DInstructions.h221 bool isUnordered() const { function in class:llvm::LoadInst
341 bool isUnordered() const { function in class:llvm::StoreInst
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineInstr.cpp1399 if (!(*I)->isUnordered())
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DGlobalOpt.cpp1100 LI->isUnordered() ? (Instruction*)ICI : LI);

Completed in 170 milliseconds