Home
last modified time | relevance | path

Searched refs:getClobbers (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DTargets.cpp885 virtual const char *getClobbers() const { in getClobbers() function in __anon6df880ef0311::PPCTargetInfo
1363 virtual const char *getClobbers() const { in getClobbers() function in __anon6df880ef0811::NVPTXTargetInfo
1485 virtual const char * getClobbers() const { in getClobbers() function in __anon6df880ef0911::R600TargetInfo
1847 virtual const char *getClobbers() const { in getClobbers() function in __anon6df880ef0a11::X86TargetInfo
3562 virtual const char *getClobbers() const { in getClobbers() function in __anon6df880ef1d11::AArch64TargetInfo
4129 virtual const char *getClobbers() const { in getClobbers() function in __anon6df880ef1e11::ARMTargetInfo
4288 virtual const char *getClobbers() const { in getClobbers() function in __anon6df880ef2111::HexagonTargetInfo
4447 virtual const char *getClobbers() const { in getClobbers() function in __anon6df880ef2211::SparcTargetInfo
4646 virtual const char *getClobbers() const { in getClobbers() function in __anon6df880ef2411::SystemZTargetInfo
4757 virtual const char *getClobbers() const { in getClobbers() function in __anon6df880ef2511::MSP430TargetInfo
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DTargetInfo.h573 virtual const char *getClobbers() const = 0;
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmt.h1746 ArrayRef<StringRef> getClobbers() const { in getClobbers() function
1754 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGStmt.cpp1697 std::string MachineClobbers = getTarget().getClobbers(); in EmitAsmStmt()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h5812 S->getAllConstraints(), S->getClobbers(), in TransformMSAsmStmt()