Searched defs:Preference (Results 1 - 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetMachine.h57 enum Preference { enum in namespace:llvm::Sched
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DJumpThreading.cpp121 ConstantPreference Preference);
123 ConstantPreference Preference);
289 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) { argument
297 if (Preference == WantBlockAddress)
312 ConstantPreference Preference) {
325 if (Constant *KC = getKnownConstant(V, Preference)) {
355 if (Constant *KC = getKnownConstant(PredCst, Preference))
366 if (Constant *KC = getKnownConstant(InVal, Preference)) {
371 if (Constant *KC = getKnownConstant(CI, Preference))
383 assert(Preference
311 ComputeValueKnownInPredecessors(Value *V, BasicBlock *BB, PredValueInfo &Result, ConstantPreference Preference) argument
655 ConstantPreference Preference = WantInteger; local
1037 ProcessThreadableEdges(Value *Cond, BasicBlock *BB, ConstantPreference Preference) argument
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h70 enum Preference { enum in namespace:llvm::Sched
417 Sched::Preference getSchedulingPreference() const {
424 virtual Sched::Preference getSchedulingPreference(SDNode *) const {
1323 void setSchedulingPreference(Sched::Preference Pref) {
1953 Sched::Preference SchedPreferenceInfo;
/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp354 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) { argument
362 if (Preference == WantBlockAddress)
377 ConstantPreference Preference, Instruction *CxtI) {
390 if (Constant *KC = getKnownConstant(V, Preference)) {
419 if (Constant *KC = getKnownConstant(PredCst, Preference))
430 if (Constant *KC = getKnownConstant(InVal, Preference)) {
436 if (Constant *KC = getKnownConstant(CI, Preference))
452 ComputeValueKnownInPredecessors(Source, BB, Result, Preference, CxtI);
467 assert(Preference == WantInteger && "One-bit non-integer type?");
524 assert(Preference !
375 ComputeValueKnownInPredecessors( Value *V, BasicBlock *BB, PredValueInfo &Result, ConstantPreference Preference, Instruction *CxtI) argument
1172 ProcessThreadableEdges(Value *Cond, BasicBlock *BB, ConstantPreference Preference, Instruction *CxtI) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocLinearScan.cpp448 unsigned Preference = vrm_->getRegAllocPref(cur.reg); local
449 if ((Preference && Preference == Reg) || !cur.containsOneValue())
1526 unsigned Preference = vrm_->getRegAllocPref(cur->reg); local
1527 if (Preference) {
1528 DEBUG(dbgs() << "(preferred: " << tri_->getName(Preference) << ") ");
1529 if (isRegAvail(Preference) &&
1530 RC->contains(Preference))
1531 return Preference;
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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/ ...
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/ ...

Completed in 226 milliseconds