Searched defs:LT (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/usr.bin/tset/
H A Dmap.c52 #define LT 0x04 macro
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp197 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); local
421 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy); local
463 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Tp); local
476 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Ty); local
548 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp234 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp237 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Ty); local
385 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy); local
419 std::pair<unsigned, MVT> LT = getTLI()->getTypeLegalizationCost(Src); local
474 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(RetTy); local
507 std::pair<unsigned, MVT> LT = getTLI()->getTypeLegalizationCost(Tp); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h37 LT, enumerator in enum:llvm::NVPTXCC::CondCodes
156 LT, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp175 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Ty); local
463 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy); local
523 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Val); local
587 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); local
618 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy); local
[all...]
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dop.h81 LT, enumerator in enum:__anon12039
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h85 LT = 1, enumerator in enum:llvm::Dependence::DVEntry::__anon2011
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DGlobalValue.h217 void setLinkage(LinkageTypes LT) { Linkage = LT; } argument
/freebsd-10-stable/contrib/llvm/lib/Linker/
H A DLinkModules.cpp532 getLinkageResult(GlobalValue *Dest, const GlobalValue *Src, GlobalValue::LinkageTypes &LT, GlobalValue::VisibilityTypes &Vis, bool &LinkFromSrc) argument
[all...]
/freebsd-10-stable/contrib/ncurses/progs/
H A Dtset.c274 #define LT 0x04 macro
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCExpr.h369 LT, ///< Signed less than comparison (result is either 0 or enumerator in enum:llvm::MCBinaryExpr::Opcode
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h177 const Constant *LT; member in struct:llvm::SelectionDAGBuilder::CaseRec
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1387 static void PrintLinkage(GlobalValue::LinkageTypes LT, argument
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h41 LT, // Less than Less than, or unordered enumerator in enum:llvm::ARMCC::CondCodes
/freebsd-10-stable/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp279 void CppWriter::printLinkageType(GlobalValue::LinkageTypes LT) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp463 const FunctionProtoType *LT = local
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h42 LT, // Less than Less than, or unordered enumerator in enum:llvm::A64CC::CondCodes
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6511 LateParsedTemplate *LT = new LateParsedTemplate; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6808 Qualifiers::ObjCLifetime LT = LHS.getObjCLifetime(); local
6835 Qualifiers::ObjCLifetime LT = LHSType.getObjCLifetime(); local
6784 checkUnsafeAssignObject(Sema &S, SourceLocation Loc, Qualifiers::ObjCLifetime LT, Expr *RHS, bool isProperty) argument
[all...]

Completed in 254 milliseconds