Searched refs:isSplit (Results 1 - 14 of 14) sorted by relevance

/external/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h107 /// If isSplit() is true, this involves actually splitting
112 /// \post isSplit() == false ; no more splitting should be required.
145 assert(!isSplit() && "Wrong pre-condition");
164 assert(!isSplit() && "Wrong pre-condition");
177 virtual bool isSplit() const { return false; } function in class:llvm::RegBankSelect::InsertPoint
216 bool isSplit() const override;
252 bool isSplit() const override { return false; }
286 bool isSplit() const override {
/external/llvm/lib/Target/X86/
H A DX86CallingConv.h62 if (ArgFlags.isSplit() || !PendingMembers.empty()) {
/external/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h95 // ArgFlags.isSplit() is true on the first part of a i128 argument;
97 if (!ArgFlags.isSplit() && PendingMembers.empty())
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetCallingConv.h77 bool isSplit() const { return Flags & Split; } function in struct:llvm::ISD::ArgFlagsTy
/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h115 bool isSplit() const { return Flags & Split; } function in struct:llvm::ISD::ArgFlagsTy
/external/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp438 if (!InsertPt->isSplit())
676 HasSplit |= Point.isSplit();
692 if (isSplit()) {
713 bool RegBankSelect::InstrInsertPoint::isSplit() const { function in class:RegBankSelect::InstrInsertPoint
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp678 void makeCompound(Instruction *, bool isSplit);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2784 if (Flags.isSplit() && OrigVT != MVT::ppcf128)
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 442 milliseconds