HomeSort by relevance Sort by last modified time
    Searched full:constraintinfo (Results 1 - 19 of 19) sorted by null

  /external/llvm/test/CodeGen/X86/
2009-11-17-UpdateTerminator.ll 8 %"struct.llvm::InlineAsm::ConstraintInfo" = type { i32, i8, i8, i8, i8, %"struct.std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >,std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >" }
9 %"struct.std::_Vector_base<llvm::InlineAsm::ConstraintInfo,std::allocator<llvm::InlineAsm::ConstraintInfo> >" = type { %"struct.std::_Vector_base<llvm::InlineAsm::ConstraintInfo,std::allocator<llvm::InlineAsm::ConstraintInfo> >::_Vector_impl" }
10 %"struct.std::_Vector_base<llvm::InlineAsm::ConstraintInfo,std::allocator<llvm::InlineAsm::ConstraintInfo> >::_Vector_impl" = type { %"struct.llvm::InlineAsm::ConstraintInfo"*, %"struct.llvm::InlineAsm::ConstraintInfo"*, %"struct.llvm::InlineAsm::ConstraintInfo"* }
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 33 class ConstraintInfo {
37 ConstraintInfo() : Kind(None) {}
39 static ConstraintInfo getEarlyClobber() {
40 ConstraintInfo I;
46 static ConstraintInfo getTied(unsigned Op) {
47 ConstraintInfo I;
106 std::vector<ConstraintInfo> Constraints;
120 const CGIOperandList::ConstraintInfo &CI = Constraints[j];
CodeGenInstruction.cpp 218 CGIOperandList::ConstraintInfo::getEarlyClobber();
253 CGIOperandList::ConstraintInfo::getTied(FlatOpNo);
InstrInfoEmitter.cpp 153 const CGIOperandList::ConstraintInfo &Constraint =
X86RecognizableInstr.cpp 529 const CGIOperandList::ConstraintInfo &Constraint =
    [all...]
  /external/llvm/lib/IR/
InlineAsm.cpp 59 InlineAsm::ConstraintInfo::ConstraintInfo() :
69 bool InlineAsm::ConstraintInfo::Parse(StringRef Str,
200 void InlineAsm::ConstraintInfo::selectAlternative(unsigned index) {
217 ConstraintInfo Info;
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 113 TargetInfo::ConstraintInfo &Info,
153 SmallVector<TargetInfo::ConstraintInfo, 4> OutputConstraintInfos;
175 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName);
244 SmallVector<TargetInfo::ConstraintInfo, 4> InputConstraintInfos;
254 TargetInfo::ConstraintInfo Info(Literal->getString(), InputName);
413 TargetInfo::ConstraintInfo &Info = OutputConstraintInfos[i];
426 TargetInfo::ConstraintInfo &Info = InputConstraintInfos[i];
  /external/jetty/src/java/org/eclipse/jetty/security/
ConstraintSecurityHandler.java 684 protected boolean checkUserDataPermissions(String pathInContext, Request request, Response response, Object constraintInfo) throws IOException
686 if (constraintInfo == null)
689 RoleInfo roleInfo = (RoleInfo)constraintInfo;
758 protected boolean isAuthMandatory(Request baseRequest, Response base_response, Object constraintInfo)
760 if (constraintInfo == null)
764 return ((RoleInfo)constraintInfo).isChecked();
773 protected boolean checkWebResourcePermissions(String pathInContext, Request request, Response response, Object constraintInfo, UserIdentity userIdentity)
776 if (constraintInfo == null)
780 RoleInfo roleInfo = (RoleInfo)constraintInfo;
SecurityHandler.java 458 Object constraintInfo = prepareConstraintInfo(pathInContext, baseRequest);
461 if (!checkUserDataPermissions(pathInContext, baseRequest, base_response, constraintInfo))
473 isAuthMandatory(baseRequest, base_response, constraintInfo);
477 LOG.warn("No authenticator for: "+constraintInfo);
513 boolean authorized=checkWebResourcePermissions(pathInContext, baseRequest, base_response, constraintInfo, userAuth.getUserIdentity());
613 protected abstract boolean checkUserDataPermissions(String pathInContext, Request request, Response response, Object constraintInfo) throws IOException;
616 protected abstract boolean isAuthMandatory(Request baseRequest, Response base_response, Object constraintInfo);
619 protected abstract boolean checkWebResourcePermissions(String pathInContext, Request request, Response response, Object constraintInfo,
  /external/llvm/include/llvm/IR/
InlineAsm.h 115 struct ConstraintInfo;
116 typedef std::vector<ConstraintInfo> ConstraintInfoVector;
118 struct ConstraintInfo {
162 ConstraintInfo();
  /external/clang/include/clang/Basic/
TargetInfo.h 553 struct ConstraintInfo {
574 ConstraintInfo(StringRef ConstraintStr, StringRef Name)
639 void setTiedOperand(unsigned N, ConstraintInfo &Output) {
663 bool validateOutputConstraint(ConstraintInfo &Info) const;
664 bool validateInputConstraint(MutableArrayRef<ConstraintInfo> OutputConstraints,
665 ConstraintInfo &info) const;
685 TargetInfo::ConstraintInfo &info) const = 0;
688 ArrayRef<ConstraintInfo> OutputConstraints,
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 434 bool TargetInfo::validateOutputConstraint(ConstraintInfo &Info) const {
504 ArrayRef<ConstraintInfo> OutputConstraints,
527 MutableArrayRef<ConstraintInfo> OutputConstraints,
528 ConstraintInfo &Info) const {
Targets.cpp 911 TargetInfo::ConstraintInfo &Info) const override {
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 230 InlineAsm::ConstraintInfo &C = CIV[i];
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 144 InlineAsm::ConstraintInfo &CI = CInfos[i];
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 1351 milliseconds