Searched refs:Small (Results 26 - 45 of 45) sorted by relevance

12

/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp296 codeModel = llvm::CodeModel::Small;
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h39 template <typename T, unsigned Small> class SmallPtrSet;
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp193 case CodeModel::Small:
H A DSparcISelLowering.cpp1826 case CodeModel::Small:
/external/llvm/tools/lli/
H A Dlli.cpp211 clEnumValN(CodeModel::Small, "small",
212 "Small code model"),
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp538 if (TM.getCodeModel() != CodeModel::Small)
866 if (TM.getCodeModel() != CodeModel::Small)
2359 // Small memcpy's are common enough that we want to do them
3300 if (CM != CodeModel::Small && CM != CodeModel::Large)
3348 TM.getCodeModel() == CodeModel::Small) {
3379 if (TM.getCodeModel() != CodeModel::Small)
H A DX86ISelDAGToDAG.cpp662 (M == CodeModel::Small || M == CodeModel::Kernel)) {
709 M == CodeModel::Small || M == CodeModel::Kernel) {
758 if (TM.getCodeModel() == CodeModel::Small &&
1435 return TM.getCodeModel() == CodeModel::Small;
H A DX86ISelLowering.cpp3575 if (M != CodeModel::Small && M != CodeModel::Kernel)
3581 if (M == CodeModel::Small && Offset < 16*1024*1024)
10870 (M == CodeModel::Small || M == CodeModel::Kernel))
10903 (M == CodeModel::Small || M == CodeModel::Kernel))
10936 (M == CodeModel::Small || M == CodeModel::Kernel)) {
10984 (M == CodeModel::Small || M == CodeModel::Kernel))
11018 (M == CodeModel::Small || M == CodeModel::Kernel))
17701 if ((M != CodeModel::Small || R != Reloc::Static) &&
18859 bool UseImmLabel = (MF->getTarget().getCodeModel() == CodeModel::Small) &&
H A DX86InstrInfo.cpp5276 if (MF.getTarget().getCodeModel() != CodeModel::Small &&
/external/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc59 TEST(RepeatedField, Small) {
429 TEST(RepeatedPtrField, Small) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2134 Case &Small = *CR.Range.first;
2137 if (Small.Low == Small.High && Big.Low == Big.High && Small.BB == Big.BB) {
2138 const APInt& SmallValue = Small.Low->getValue();
2160 // Both Small and Big will jump to Small.BB, so we sum up the weights.
2161 addSuccessorWithWeight(SwitchBB, Small.BB,
2162 Small.ExtraWeight + Big.ExtraWeight);
2170 DAG.getBasicBlock(Small
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1888 if (CModel == CodeModel::Small || CModel == CodeModel::JITDefault) {
1938 if (CModel == CodeModel::Small || CModel == CodeModel::JITDefault)
H A DPPCISelDAGToDAG.cpp318 if (M->getPICLevel() == PICLevel::Small) {
H A DPPCISelLowering.cpp1970 if (picLevel == PICLevel::Small)
1988 if (picLevel == PICLevel::Small)
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp417 if (TM.getCodeModel() != CodeModel::Small && !Subtarget->isTargetMachO())
3072 if (CM != CodeModel::Small && CM != CodeModel::Large)
3122 if (CM == CodeModel::Small) {
3367 // Small memcpy's are common enough that we want to do them without a call
H A DAArch64ISelLowering.cpp2983 assert(getTargetMachine().getCodeModel() == CodeModel::Small &&
3130 assert(getTargetMachine().getCodeModel() == CodeModel::Small &&
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp449 case CodeModel::Small:
H A DARMISelLowering.cpp7259 case CodeModel::Small:
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp276 if (XTL.getTargetMachine().getCodeModel() == CodeModel::Small)
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp401 case 1: PL = llvm::PICLevel::Small; break;

Completed in 758 milliseconds

12